IOBooleanSupplier

fun interface IOBooleanSupplier

Boolean supplier that is allowed to throw an IOException.

See also

java.util.function.BooleanSupplier

Functions

Link copied to clipboard
abstract fun get(): Boolean

Gets the boolean result.