Interface BannerLine
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an additional line that can be added to a banner.
A banner line knows how to print itself as a string.
- Author:
- Grégory Van den Borre
-
Method Summary
-
Method Details
-
print
String print()Prints this banner line as a string.- Returns:
- the string representation of this banner line
-