Class Functions.BindObjectIntProcedure<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.BindObjectIntProcedure<T1,T2>
- All Implemented Interfaces:
Serializable, ObjIntConsumer<T1>, ObjectIntProcedure<T1>
- Enclosing class:
Functions
private static final class Functions.BindObjectIntProcedure<T1,T2>
extends Object
implements ObjectIntProcedure<T1>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ObjectIntProcedure<? super T2> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBindObjectIntProcedure(ObjectIntProcedure<? super T2> delegate, Function<? super T1, T2> function) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ObjectIntProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
delegate
-
function
-
-
Constructor Details
-
BindObjectIntProcedure
private BindObjectIntProcedure(ObjectIntProcedure<? super T2> delegate, Function<? super T1, T2> function)
-
-
Method Details
-
value
- Specified by:
valuein interfaceObjectIntProcedure<T1>
-