Class AllSatisfyPredicate<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.AllSatisfyPredicate<T>
-
-
Constructor Summary
Constructors Constructor Description AllSatisfyPredicate(Predicate<? super T> left, Predicate<? super T> right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T each)
-