public final class StartsWithPredicate extends Object implements Predicate<String>
StartsWithPredicate(String test)
boolean
test(String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public StartsWithPredicate(String test)
test
public boolean test(@Nullable String input)
Predicate<String>