Interface CheckedSupplier<T>
- All Superinterfaces:
Supplier<T>
an extension of
Supplier
which wraps all exceptions in runtime exceptions so that
expressions throwing checked exceptions can be nicely used in the Stream API-
Method Summary