public final class Procedures2
extends java.lang.Object
Procedure2 instances.| Modifier and Type | Field and Description |
|---|---|
static com.gs.collections.api.block.procedure.Procedure2<?,?> |
ADD_TO_COLLECTION |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.gs.collections.api.block.procedure.Procedure2<T,java.util.Collection<T>> |
addToCollection() |
static <T,P> com.gs.collections.api.block.procedure.Procedure2<T,P> |
fromProcedure(com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
public static final com.gs.collections.api.block.procedure.Procedure2<?,?> ADD_TO_COLLECTION
public static <T,P> com.gs.collections.api.block.procedure.Procedure2<T,P> fromProcedure(com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
public static <T> com.gs.collections.api.block.procedure.Procedure2<T,java.util.Collection<T>> addToCollection()