java.lang.Object
org.eclipse.collections.impl.block.procedure.FastListCollectIfProcedure<T,V>
-
Field Summary
Fields
private static final long
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID
- See Also:
-
-
function
private final Function<? super T,? extends V> function
-
-
-
Constructor Details
-
FastListCollectIfProcedure
-