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
ConstructorsModifierConstructorDescriptionprivate
BindObjectIntProcedure
(ObjectIntProcedure<? super T2> delegate, Function<? super T1, T2> 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 org.eclipse.collections.api.block.procedure.primitive.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:
value
in interfaceObjectIntProcedure<T1>
-