Class CallWithValues

  • All Implemented Interfaces:
    Named

    public class CallWithValues
    extends Procedure2
    • Field Detail

    • Constructor Detail

      • CallWithValues

        public CallWithValues()
    • Method Detail

      • callWithValues

        public static java.lang.Object callWithValues​(Procedure producer,
                                                      Procedure consumer)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • apply2

        public java.lang.Object apply2​(java.lang.Object producer,
                                       java.lang.Object consumer)
                                throws java.lang.Throwable
        Specified by:
        apply2 in class Procedure2
        Throws:
        java.lang.Throwable