Class Predicates2.And<T,P>
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates2<T,P>
org.eclipse.collections.impl.block.factory.Predicates2.And<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 T, ? super P> private final Predicate2<? super T, ? super P> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAnd(Predicate2<? super T, ? super P> one, Predicate2<? super T, ? super P> two) -
Method Summary
Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface BiPredicate
and, negate, orMethods inherited from interface Predicate2
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
left
-
right
-
-
Constructor Details
-
And
-
-
Method Details
-
accept
-
toString
-