Package it.unive.lisa.logging
Interface TimerLogger.LoggableFunction<R,T0>
-
- Type Parameters:
T0- the type of the first argumentR- the type of the return value
- 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.LoggableFunction<R,T0>AFunctionconsuming one argument and producing one value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rrun(T0 arg0)Runs this function.
-