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: