Class CollectBooleanIterable.BooleanFunctionToProcedure<T>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterable.BooleanFunctionToProcedure<T>
- All Implemented Interfaces:
Serializable
,BiConsumer<T,
,BooleanProcedure> Procedure2<T,
BooleanProcedure>
- Enclosing class:
CollectBooleanIterable<T>
private static final class CollectBooleanIterable.BooleanFunctionToProcedure<T>
extends Object
implements Procedure2<T,BooleanProcedure>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BooleanFunction
<? super T> private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BooleanFunctionToProcedure
(BooleanFunction<? super T> function) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function
-
-
Constructor Details
-
BooleanFunctionToProcedure
-
-
Method Details
-
value
- Specified by:
value
in interfaceProcedure2<T,
BooleanProcedure>
-