Supplier

Added in 1.1.0

fun interface SupplierAny?>

Compat version of java.util.function.Supplier

Parameters
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