Supplier

fun interface Supplier<T>(source)

Compat version of java.util.function.Supplier

Parameters

T

the type of the input to the operation

Functions

Link copied to clipboard
abstract fun get(): T

Gets a result.