public final class SelectInstancesOfProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<Object>
Class.isInstance(Object) on an object to determine if it should be added to a target collection.| Constructor and Description |
|---|
SelectInstancesOfProcedure(Class<T> clazz,
Collection<T> targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getCollection() |
void |
value(Object object) |
public SelectInstancesOfProcedure(Class<T> clazz, Collection<T> targetCollection)
public void value(Object object)
value in interface org.eclipse.collections.api.block.procedure.Procedure<Object>public Collection<T> getCollection()
Copyright © 2004–2017. All rights reserved.