Interface Computers.Arity3<I1,​I2,​I3,​O>

    • Method Detail

      • compute

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

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