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