Package com.helger.commons.text
Interface IHasDescription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base interface for objects that have a locale independent description.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getDescription
- Returns:
- The description of this object. May be
null.
-
hasDescription
default boolean hasDescription()- Returns:
trueif a description is present,falseotherwise.
-