public final class SelectInstancesOfProcedure<T> extends Object implements 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)
Copyright © 2004–2022. All rights reserved.