Package it.unive.lisa.logging
Interface TimerLogger.LoggableMultiFunction<R>
-
- Type Parameters:
R- 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.LoggableMultiFunction<R>AFunctionconsuming multiple arguments and producing one value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rrun(java.lang.Object... args)Runs this function.
-
-
-
Method Detail
-
run
R run(java.lang.Object... args)
Runs this function.- Parameters:
args- the arguments to be consumed- Returns:
- the function result
-
-