CustomFactoriesContainerMethods<TArgs> extension

on

Methods

bindCustomFactory<T, TArgs>() ResolvingContext<CustomFactory<T, TArgs>>
Helper method to convenient create custom factory
make<T, TArgs>(TArgs args) → T
Makes an object with resolved CustomFactory<T, TArgs>