Supplier

Added in 1.1.0

public fun interface Supplier<T extends Object>


Compat version of java.util.function.Supplier

Parameters
<T extends Object>

the type of the input to the operation

Summary

Public methods

abstract @NonNull T
get()

Gets a result.

Public methods

get

Added in 1.1.0
abstract @NonNullget()

Gets a result.

Returns
@NonNull T

a result