Interface Computers.Arity2<I1,​I2,​O>

    • Method Detail

      • compute

        void compute​(I1 in1,
                     I2 in2,
                     O out)
      • accept

        default void accept​(I1 in1,
                            I2 in2,
                            O out)
        Description copied from interface: Consumers.Arity3
        Performs this operation on the given arguments.
        Specified by:
        accept in interface Consumers.Arity3<I1,​I2,​O>
        Parameters:
        in1 - input argument 1.
        in2 - input argument 2.
        out - input argument 3.