public final class CollectionAddProcedure<T> extends Object implements Procedure<T>
Constructor and Description |
---|
CollectionAddProcedure(Collection<T> newCollection) |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getResult() |
static <T> CollectionAddProcedure<T> |
on(Collection<T> newCollection) |
String |
toString() |
void |
value(T object) |
public CollectionAddProcedure(Collection<T> newCollection)
public static <T> CollectionAddProcedure<T> on(Collection<T> newCollection)
public Collection<T> getResult()
Copyright © 2004–2016. All rights reserved.