Class SelectInstancesOfProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<Object>, Procedure<Object>
Calls
Class.isInstance(Object) on an object to determine if it should be added to a target collection.- Since:
- 2.0
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
clazz
-
collection
-
-
Constructor Details
-
SelectInstancesOfProcedure
-
-
Method Details
-
value
-
getCollection
-