Class Functions.BindProcedure2<T1,T2,T3>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.BindProcedure2<T1,T2,T3>
- All Implemented Interfaces:
Serializable, BiConsumer<T1,T3>, Procedure2<T1, T3>
- Enclosing class:
Functions
private static final class Functions.BindProcedure2<T1,T2,T3>
extends Object
implements Procedure2<T1,T3>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Procedure2<? super T2, T3> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBindProcedure2(Procedure2<? super T2, T3> 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 BiConsumer
andThenMethods inherited from interface Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
delegate
-
function
-
-
Constructor Details
-
BindProcedure2
-
-
Method Details
-
value
-