Interface Computers.Arity13<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​O>

  • All Superinterfaces:
    Consumers.Arity14<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​O>
    All Known Subinterfaces:
    Computers.Arity13_1<O,​I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_10<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​O,​I10,​I11,​I12,​I13>, Computers.Arity13_11<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​O,​I11,​I12,​I13>, Computers.Arity13_12<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​O,​I12,​I13>, Computers.Arity13_13<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​O,​I13>, Computers.Arity13_2<I1,​O,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_3<I1,​I2,​O,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_4<I1,​I2,​I3,​O,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_5<I1,​I2,​I3,​I4,​O,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_6<I1,​I2,​I3,​I4,​I5,​O,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_7<I1,​I2,​I3,​I4,​I5,​I6,​O,​I7,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_8<I1,​I2,​I3,​I4,​I5,​I6,​I7,​O,​I8,​I9,​I10,​I11,​I12,​I13>, Computers.Arity13_9<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​O,​I9,​I10,​I11,​I12,​I13>
    Enclosing class:
    Computers
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Computers.Arity13<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​O>
    extends Consumers.Arity14<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​O>
    • Method Detail

      • compute

        void compute​(I1 in1,
                     I2 in2,
                     I3 in3,
                     I4 in4,
                     I5 in5,
                     I6 in6,
                     I7 in7,
                     I8 in8,
                     I9 in9,
                     I10 in10,
                     I11 in11,
                     I12 in12,
                     I13 in13,
                     O out)
      • accept

        default void accept​(I1 in1,
                            I2 in2,
                            I3 in3,
                            I4 in4,
                            I5 in5,
                            I6 in6,
                            I7 in7,
                            I8 in8,
                            I9 in9,
                            I10 in10,
                            I11 in11,
                            I12 in12,
                            I13 in13,
                            O out)
        Description copied from interface: Consumers.Arity14
        Performs this operation on the given arguments.
        Specified by:
        accept in interface Consumers.Arity14<I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​O>
        Parameters:
        in1 - input argument 1.
        in2 - input argument 2.
        in3 - input argument 3.
        in4 - input argument 4.
        in5 - input argument 5.
        in6 - input argument 6.
        in7 - input argument 7.
        in8 - input argument 8.
        in9 - input argument 9.
        in10 - input argument 10.
        in11 - input argument 11.
        in12 - input argument 12.
        in13 - input argument 13.
        out - input argument 14.