Class Predicates.InSetIterablePredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Predicates<java.lang.Object>
-
- org.eclipse.collections.impl.block.factory.Predicates.InSetIterablePredicate
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Predicate<java.lang.Object>
,Predicate<java.lang.Object>
- Enclosing class:
- Predicates<T>
private static final class Predicates.InSetIterablePredicate extends Predicates<java.lang.Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.collections.impl.block.factory.Predicates
Predicates.AllSatisfy<T>, Predicates.AnySatisfy<T>, Predicates.AttributePredicate<T,V>, Predicates.GreaterThanOrEqualPredicate<T extends java.lang.Comparable<? super T>>, Predicates.GreaterThanPredicate<T extends java.lang.Comparable<? super T>>, Predicates.LessThanOrEqualPredicate<T extends java.lang.Comparable<? super T>>, Predicates.LessThanPredicate<T extends java.lang.Comparable<? super T>>, Predicates.NoneSatisfy<T>, Predicates.RangePredicate<T extends java.lang.Comparable<? super T>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private SetIterable<?>
setIterable
-
Constructor Summary
Constructors Modifier Constructor Description private
InSetIterablePredicate(SetIterable<?> setIterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.Object anObject)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.collections.impl.block.factory.Predicates
adapt, allSatisfy, alwaysFalse, alwaysTrue, and, and, and, and, anySatisfy, assignableFrom, attributeAllSatisfy, attributeAnySatisfy, attributeBetweenExclusive, attributeBetweenInclusive, attributeBetweenInclusiveFrom, attributeBetweenInclusiveTo, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeIsNull, attributeLessThan, attributeLessThanOrEqualTo, attributeNoneSatisfy, attributeNotEqual, attributeNotIn, attributeNotNull, attributePredicate, betweenExclusive, betweenInclusive, betweenInclusiveFrom, betweenInclusiveTo, bind, cast, equal, greaterThan, greaterThanOrEqualTo, ifFalse, ifTrue, in, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, neither, noneOf, noneOf, noneSatisfy, not, not, notEqual, notIn, notIn, notInstanceOf, notNull, notSameAs, or, or, or, or, sameAs, subClass, superClass, synchronizedEach, throwing, throwing
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
setIterable
private final SetIterable<?> setIterable
-
-
Constructor Detail
-
InSetIterablePredicate
private InSetIterablePredicate(SetIterable<?> setIterable)
-
-