Supplier

Added in 1.1.0

fun interface Supplier<T : Any?>


Compat version of java.util.function.Supplier

Parameters
<T : Any?>

the type of the input to the operation

Summary

Public functions

T
get()

Gets a result.

Public functions

get

Added in 1.1.0
fun get(): T

Gets a result.

Returns
T

a result