Interface TimerLogger.LoggableQuadConsumer<T0,​T1,​T2,​T3>

  • Type Parameters:
    T0 - the type of the first argument
    T1 - the type of the second argument
    T2 - the type of the third argument
    T3 - the type of the fourth argument
    Enclosing class:
    TimerLogger
    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 TimerLogger.LoggableQuadConsumer<T0,​T1,​T2,​T3>
    A Consumer consuming four arguments.
    • Method Detail

      • run

        void run​(T0 arg0,
                 T1 arg1,
                 T2 arg2,
                 T3 arg3)
        Runs this consumer.
        Parameters:
        arg0 - the first argument
        arg1 - the second argument
        arg2 - the third argument
        arg3 - the fourth argument