Serializable
, Consumer<T>
, Procedure<Object>
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 | Description |
---|---|
SelectInstancesOfProcedure(Class<T> clazz,
Collection<T> targetCollection) |
Modifier and Type | Method | Description |
---|---|---|
Collection<T> |
getCollection() |
|
void |
value(Object object) |
public SelectInstancesOfProcedure(Class<T> clazz, Collection<T> targetCollection)
Copyright © 2004–2019. All rights reserved.