Serializable
, Consumer<T>
, Procedure<T>
public final class CollectionAddProcedure<T> extends Object implements Procedure<T>
Constructor | Description |
---|---|
CollectionAddProcedure(Collection<T> newCollection) |
Modifier and Type | Method | 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–2017. All rights reserved.