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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Counter
private final ObjectIntProcedure
<? super T> private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionIfObjectIntProcedure
(Predicate<? super T> newPredicate, ObjectIntProcedure<? super T> objectIntProcedure) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
index
-
objectIntProcedure
-
predicate
-
-
Constructor Details
-
IfObjectIntProcedure
public IfObjectIntProcedure(Predicate<? super T> newPredicate, ObjectIntProcedure<? super T> objectIntProcedure)
-
-
Method Details