ThrowingSupplier

Like java.util.function.Supplier but can throw checked exceptions.

Functions

Link copied to clipboard
abstract fun get(): T
Get a result, potentially throwing an exception.