Interface SnowflakeClient.ThrowableSupplier<T,E extends Throwable>
-
- Type Parameters:
T- The type of object returned by the supplierE- The type of exception thrown by the supplier
- Enclosing class:
- SnowflakeClient
- 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 SnowflakeClient.ThrowableSupplier<T,E extends Throwable>
Helper interface that represents a Supplier that can throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-