Class Functions.BindProcedure2<T1,T2,T3>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.BindProcedure2<T1,T2,T3>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.BiConsumer<T1,T3>,Procedure2<T1,T3>
- Enclosing class:
- Functions
private static final class Functions.BindProcedure2<T1,T2,T3> extends java.lang.Object implements Procedure2<T1,T3>
-
-
Field Summary
Fields Modifier and Type Field Description private Procedure2<? super T2,T3>delegateprivate Function<? super T1,T2>functionprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateBindProcedure2(Procedure2<? super T2,T3> delegate, Function<? super T1,T2> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalue(T1 each, T3 constant)-
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.Procedure2
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
delegate
private final Procedure2<? super T2,T3> delegate
-
-