get

fun <M> get(caller: Injects<M>): Kapsule<M>

Retrieves active instance of Kapsule or creates a new one.

Return

Stored or new instance.

Parameters

caller

Injection caller instance, used as lookup key.