- All Implemented Interfaces:
Predicate<String>
Predicate that determines if the input string starts with the provided
test string, case-insensitively.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StartsWithPredicate
public StartsWithPredicate(String test)
Create an new predicate.
- Parameters:
test
- The string to test input against
-