public final class Procedures2 extends Object
Procedure2 instances.| Modifier and Type | Field and Description |
|---|---|
static org.eclipse.collections.api.block.procedure.Procedure2<?,?> |
ADD_TO_COLLECTION |
static org.eclipse.collections.api.block.procedure.Procedure2<?,?> |
REMOVE_FROM_COLLECTION |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.eclipse.collections.api.block.procedure.Procedure2<T,Collection<T>> |
addToCollection() |
static <T,P> org.eclipse.collections.api.block.procedure.Procedure2<T,P> |
fromProcedure(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure) |
static <T> org.eclipse.collections.api.block.procedure.Procedure2<T,Collection<T>> |
removeFromCollection() |
static <T,P> org.eclipse.collections.api.block.procedure.Procedure2<T,P> |
throwing(ThrowingProcedure2<T,P> throwingProcedure2) |
public static final org.eclipse.collections.api.block.procedure.Procedure2<?,?> ADD_TO_COLLECTION
public static final org.eclipse.collections.api.block.procedure.Procedure2<?,?> REMOVE_FROM_COLLECTION
public static <T,P> org.eclipse.collections.api.block.procedure.Procedure2<T,P> throwing(ThrowingProcedure2<T,P> throwingProcedure2)
public static <T,P> org.eclipse.collections.api.block.procedure.Procedure2<T,P> fromProcedure(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure)
public static <T> org.eclipse.collections.api.block.procedure.Procedure2<T,Collection<T>> addToCollection()
public static <T> org.eclipse.collections.api.block.procedure.Procedure2<T,Collection<T>> removeFromCollection()
Copyright © 2004–2018. All rights reserved.