Class SelectUnsortedBagBatch.IfProcedureWithOccurrences<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.bag.SelectUnsortedBagBatch.IfProcedureWithOccurrences<T>
- All Implemented Interfaces:
Serializable
,ObjIntConsumer<T>
,ObjectIntProcedure<T>
- Enclosing class:
SelectUnsortedBagBatch<T>
private static final class SelectUnsortedBagBatch.IfProcedureWithOccurrences<T>
extends Object
implements ObjectIntProcedure<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
IfProcedureWithOccurrences
(Predicate<? super T> predicate, ObjectIntProcedure<? super T> procedure) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept
-
Field Details
-
predicate
-
procedure
-
-
Constructor Details
-
IfProcedureWithOccurrences
private IfProcedureWithOccurrences(Predicate<? super T> predicate, ObjectIntProcedure<? super T> procedure)
-
-
Method Details
-
value
- Specified by:
value
in interfaceObjectIntProcedure<T>
-