Interface Inplaces.Arity8<IO1,​IO2,​IO3,​IO4,​IO5,​IO6,​IO7,​IO8>

  • All Superinterfaces:
    Consumers.Arity8<IO1,​IO2,​IO3,​IO4,​IO5,​IO6,​IO7,​IO8>
    All Known Subinterfaces:
    Inplaces.Arity8_1<IO,​I2,​I3,​I4,​I5,​I6,​I7,​I8>, Inplaces.Arity8_2<I1,​IO,​I3,​I4,​I5,​I6,​I7,​I8>, Inplaces.Arity8_3<I1,​I2,​IO,​I4,​I5,​I6,​I7,​I8>, Inplaces.Arity8_4<I1,​I2,​I3,​IO,​I5,​I6,​I7,​I8>, Inplaces.Arity8_5<I1,​I2,​I3,​I4,​IO,​I6,​I7,​I8>, Inplaces.Arity8_6<I1,​I2,​I3,​I4,​I5,​IO,​I7,​I8>, Inplaces.Arity8_7<I1,​I2,​I3,​I4,​I5,​I6,​IO,​I8>, Inplaces.Arity8_8<I1,​I2,​I3,​I4,​I5,​I6,​I7,​IO>
    Enclosing class:
    Inplaces
    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 Inplaces.Arity8<IO1,​IO2,​IO3,​IO4,​IO5,​IO6,​IO7,​IO8>
    extends Consumers.Arity8<IO1,​IO2,​IO3,​IO4,​IO5,​IO6,​IO7,​IO8>
    • Method Detail

      • accept

        default void accept​(IO1 io1,
                            IO2 io2,
                            IO3 io3,
                            IO4 io4,
                            IO5 io5,
                            IO6 io6,
                            IO7 io7,
                            IO8 io8)
        Description copied from interface: Consumers.Arity8
        Performs this operation on the given arguments.
        Specified by:
        accept in interface Consumers.Arity8<IO1,​IO2,​IO3,​IO4,​IO5,​IO6,​IO7,​IO8>
        Parameters:
        io1 - input argument 1.
        io2 - input argument 2.
        io3 - input argument 3.
        io4 - input argument 4.
        io5 - input argument 5.
        io6 - input argument 6.
        io7 - input argument 7.
        io8 - input argument 8.