Package it.unive.lisa.logging
Interface TimerLogger.LoggableQuadConsumer<T0,T1,T2,T3>
-
- Type Parameters:
T0- the type of the first argumentT1- the type of the second argumentT2- the type of the third argumentT3- 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>AConsumerconsuming four arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(T0 arg0, T1 arg1, T2 arg2, T3 arg3)Runs this consumer.
-