IOSupplier

fun interface IOSupplier<T>

This is a result supplier that is allowed to throw an IOException.

Parameters

the suppliers result type.

See also

java.util.function.Supplier

Functions

Link copied to clipboard
abstract fun get(): T

Gets the result.