Class StringPredicates2.StartsWith
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Predicates2<java.lang.String,java.lang.String>
-
- org.eclipse.collections.impl.block.factory.StringPredicates2.StartsWith
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiPredicate<java.lang.String,java.lang.String>
,Predicate2<java.lang.String,java.lang.String>
- Enclosing class:
- StringPredicates2
private static final class StringPredicates2.StartsWith extends Predicates2<java.lang.String,java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
StartsWith()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.String each, java.lang.String parameter)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.collections.impl.block.factory.Predicates2
alwaysFalse, alwaysTrue, and, and, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeLessThan, attributeLessThanOrEqualTo, attributeNotEqual, attributeNotIn, equal, greaterThan, greaterThanOrEqualTo, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, not, notEqual, notIn, notInstanceOf, notNull, notSameAs, or, or, sameAs, throwing, throwing
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-