public class MyPredicate extends Object implements java.util.function.Predicate<String>
Constructor and Description |
---|
MyPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(String s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public boolean test(String s)
test
in interface java.util.function.Predicate<String>