Class Predicates2.AttributePredicates2<T,P>
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates2<T,P>
org.eclipse.collections.impl.block.factory.Predicates2.AttributePredicates2<T,P>
- All Implemented Interfaces:
Serializable,BiPredicate<T,,P> Predicate2<T,P>
- Enclosing class:
Predicates2<T,P>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Predicate2<? super P, ? super P> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAttributePredicates2(Function<? super T, ? extends P> function, Predicate2<? super P, ? super P> predicate) -
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, throwingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, orMethods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test