RefMaker

interface RefMaker

A Function that creates a reference.

Functions

make
Link copied to clipboard
common
abstract fun <T : Any> make(creator: () -> T): Reference<T>
A Function that creates a reference.

Inheritors

SingletonReference
Link copied to clipboard
threadLocal
Link copied to clipboard
softReference
Link copied to clipboard
weakReference
Link copied to clipboard