Class Functions.BindObjectIntProcedure<T1,T2>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.BindObjectIntProcedure<T1,T2>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.ObjIntConsumer<T1>
,ObjectIntProcedure<T1>
- Enclosing class:
- Functions
private static final class Functions.BindObjectIntProcedure<T1,T2> extends java.lang.Object implements ObjectIntProcedure<T1>
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectIntProcedure<? super T2>
delegate
private Function<? super T1,T2>
function
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
BindObjectIntProcedure(ObjectIntProcedure<? super T2> delegate, Function<? super T1,T2> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(T1 each, int index)
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
delegate
private final ObjectIntProcedure<? super T2> delegate
-
-
Constructor Detail
-
BindObjectIntProcedure
private BindObjectIntProcedure(ObjectIntProcedure<? super T2> delegate, Function<? super T1,T2> function)
-
-
Method Detail
-
value
public void value(T1 each, int index)
- Specified by:
value
in interfaceObjectIntProcedure<T1>
-
-