Package io.delta.kernel.internal.metrics
Interface Timer.ThrowingSupplier<T,E extends Exception>
- Type Parameters:
T- The return typeE- The exception type that can be thrown
- Enclosing class:
Timer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Times an operation that can throw a specific checked exception type.
-
Method Summary
-
Method Details
-
get
- Throws:
E
-