Producer

fun interface Producer<V>

Interface for producing values.

Functions

Link copied to clipboard
abstract fun get(): V