optional

fun <M, T> Injects<M>.optional(initializer: M.() -> T?): Delegate.Optional<M, T>

Fetches Kapsule instance and calls Kapsule.optional.