kodein-di
Toggle table of contents
7.31.0-0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kodein-di
kodein-di
/
org.kodein.di.bindings
/
RefMaker
Ref
Maker
interface
RefMaker
A Function that creates a reference.
Inheritors
SingletonReference
threadLocal
softReference
weakReference
Members
Functions
make
Link copied to clipboard
abstract
fun
<
T
:
Any
>
make
(
creator
:
(
)
->
T
)
:
Reference
<
T
>
A Function that creates a reference.