Class CollectIterable.AttributePredicate<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.CollectIterable.AttributePredicate<T,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Predicate<T>
,Predicate<T>
- Enclosing class:
- CollectIterable<T,V>
private static final class CollectIterable.AttributePredicate<T,V> extends java.lang.Object implements Predicate<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Function<? super T,? extends V>
function
private V
functionResult
private Predicate<? super V>
predicate
private static long
serialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T anObject)
V
functionResult()
java.lang.String
toString()
-