Class IfObjectIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.IfObjectIntProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
A conditional ObjectIntProcedure that effectively filters which objects should be used
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIfObjectIntProcedure(Predicate<? super T> newPredicate, ObjectIntProcedure<? super T> objectIntProcedure) -
Method Summary