ContainerOperations extension

on

Methods

bind<T>(T instance) → void

Available on App, provided by the ContainerOperations extension

bindInstance<T>(T instance) → void

Available on App, provided by the ContainerOperations extension

make<T>() → T

Available on App, provided by the ContainerOperations extension

resolve<T>() → T

Available on App, provided by the ContainerOperations extension

resolveInstance<T>() → T

Available on App, provided by the ContainerOperations extension

tryMake<T>() → T?

Available on App, provided by the ContainerOperations extension

tryResolve<T>() → T?

Available on App, provided by the ContainerOperations extension

tryResolveInstance<T>() → T?

Available on App, provided by the ContainerOperations extension