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 |
static com.gs.collections.api.block.procedure.Procedure2<?,?> |
REMOVE_FROM_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) |
static <T> com.gs.collections.api.block.procedure.Procedure2<T,java.util.Collection<T>> |
removeFromCollection() |
static <T,P> com.gs.collections.api.block.procedure.Procedure2<T,P> |
throwing(ThrowingProcedure2<T,P> throwingProcedure2) |
public static final com.gs.collections.api.block.procedure.Procedure2<?,?> ADD_TO_COLLECTION
public static final com.gs.collections.api.block.procedure.Procedure2<?,?> REMOVE_FROM_COLLECTION
public static <T,P> com.gs.collections.api.block.procedure.Procedure2<T,P> throwing(ThrowingProcedure2<T,P> throwingProcedure2)
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()
public static <T> com.gs.collections.api.block.procedure.Procedure2<T,java.util.Collection<T>> removeFromCollection()