public static interface TextEntryDialog.Predicate<T>
RegexPredicate
might implement
Predicate<String>
, and return true for any String that matches its
given regular expression.
Implementors of Predicate which may cause side effects upon evaluation are
strongly encouraged to state this fact clearly in their API documentation.Modifier and Type | Method and Description |
---|---|
boolean |
apply(T t) |
boolean apply(T t)