Class SelectLongIterable.IfLongProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.SelectLongIterable.IfLongProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.LongConsumer
,LongProcedure
- Enclosing class:
- SelectLongIterable
private final class SelectLongIterable.IfLongProcedure extends java.lang.Object implements LongProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private LongProcedure
procedure
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IfLongProcedure(LongProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(long each)
-
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.LongProcedure
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
procedure
private final LongProcedure procedure
-
-
Constructor Detail
-
IfLongProcedure
private IfLongProcedure(LongProcedure procedure)
-
-
Method Detail
-
value
public void value(long each)
- Specified by:
value
in interfaceLongProcedure
-
-