Class SelectUnsortedBagBatch.IfProcedureWithOccurrences<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.parallel.bag.SelectUnsortedBagBatch.IfProcedureWithOccurrences<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.ObjIntConsumer<T>
,ObjectIntProcedure<T>
- Enclosing class:
- SelectUnsortedBagBatch<T>
private static final class SelectUnsortedBagBatch.IfProcedureWithOccurrences<T> extends java.lang.Object implements ObjectIntProcedure<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IfProcedureWithOccurrences(Predicate<? super T> predicate, ObjectIntProcedure<? super T> procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(T each, int parameter)
-
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 Detail
-
procedure
private final ObjectIntProcedure<? super T> procedure
-
-
Constructor Detail
-
IfProcedureWithOccurrences
private IfProcedureWithOccurrences(Predicate<? super T> predicate, ObjectIntProcedure<? super T> procedure)
-
-
Method Detail
-
value
public void value(T each, int parameter)
- Specified by:
value
in interfaceObjectIntProcedure<T>
-
-