Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void value​(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 java.util.function.BiConsumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2

        accept