Supplier

fun interface Supplier<out T>

Functions

Link copied to clipboard
abstract fun get(): T