Builder

class Builder

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
inline fun <SRV : Any> with(noinline instance: () -> SRV)
fun <SRV : Any, IMPL : SRV> with(srv: KClass<SRV>, instance: () -> IMPL)