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>functionprivate VfunctionResultprivate Predicate<? super V>predicateprivate static longserialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(T anObject)VfunctionResult()java.lang.StringtoString()
-