Class Predicates.AllSatisfy<T>
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<Iterable<T>>
org.eclipse.collections.impl.block.factory.Predicates.AllSatisfy<T>
- All Implemented Interfaces:
Serializable
,Predicate<Iterable<T>>
,Predicate<Iterable<T>>
- Enclosing class:
- Predicates<T>
public static class Predicates.AllSatisfy<T> extends Predicates<Iterable<T>>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.collections.impl.block.factory.Predicates
Predicates.AllSatisfy<T>, Predicates.AnySatisfy<T>, Predicates.NoneSatisfy<T>
-
Constructor Summary
Constructors Constructor Description AllSatisfy(Predicate<? super T> predicate)
-
Method Summary
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