Interface PlainTextDisplayable

All Superinterfaces:
Displayable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PlainTextDisplayable extends Displayable
The role of an object that can be rendered into a String as plain text.
Since:
2.0-ALPHA-2
Author:
Fabrizio Giudici
Stereotype:
Role