Class CollectFloatIterable.FloatFunctionToProcedure<T>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable.FloatFunctionToProcedure<T>
- All Implemented Interfaces:
Serializable, BiConsumer<T, FloatProcedure>, Procedure2<T, FloatProcedure>
- Enclosing class:
CollectFloatIterable<T>
private static final class CollectFloatIterable.FloatFunctionToProcedure<T>
extends Object
implements Procedure2<T, FloatProcedure>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFloatFunctionToProcedure(FloatFunction<? super T> function) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function
-
-
Constructor Details
-
FloatFunctionToProcedure
-
-
Method Details
-
value
- Specified by:
valuein interfaceProcedure2<T, FloatProcedure>
-