- Type Parameters:
T - the type of results supplied by this supplier
- All Superinterfaces:
Supplier<T>
public interface ThrowableSupplier<T>
extends Supplier<T>
Supplier but returns null if there is an exception
-
Method Summary
Get a result with exceptions
-
Method Details
-
-
getSafe
Get a result with exceptions
- Returns:
- a result
- Throws:
Throwable - the exception