Interface AoTextField.Parser<T>

All Superinterfaces:
Serializable
Enclosing class:
AoTextField<T>
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 static interface AoTextField.Parser<T> extends Serializable
Parses the non-null text into the type-specific value or Optional.empty() if field is empty or effectively empty (such as white-space only depending on parser).
See Also: