Package-level declarations

Types

Link copied to clipboard
class Memoize<in T, out R>(val function: (type: T) -> R) : Function1<T, R>

Functions

Link copied to clipboard
fun <T, R> (T) -> R.memoize(): (T) -> R