public final class IfProcedureWith<T,P>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure2<T,P>
| Constructor and Description |
|---|
IfProcedureWith(com.gs.collections.api.block.predicate.Predicate<? super T> newPredicate,
com.gs.collections.api.block.procedure.Procedure2<? super T,? super P> procedure) |