Package it.unive.lisa.logging
Interface TimerLogger.LoggableSupplier<R>
-
- Type Parameters:
R
- the type of the supplied element
- 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.LoggableSupplier<R>
ASupplier
producing one element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
run()
Runs the supplier.
-
-
-
Method Detail
-
run
R run()
Runs the supplier.- Returns:
- the produced element
-
-