Class StringPredicates2.NotEndsWith
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates2<String,String>
org.eclipse.collections.impl.block.factory.StringPredicates2.NotEndsWith
- All Implemented Interfaces:
Serializable
,BiPredicate<String,
,String> Predicate2<String,
String>
- Enclosing class:
StringPredicates2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 java.util.function.BiPredicate
and, negate, or
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test