LevitBuilderExtension<T> extension
Fluent extensions for registration using builder functions.
- on
-
- T Function()
Methods
-
levitLazyPut(
{String? tag, bool permanent = false, bool isFactory = false}) → void -
Available on T Function(), provided by the LevitBuilderExtension extension
Registers this builder for lazy instantiation in the active LevitScope. -
levitPut(
{String? tag, bool permanent = false}) → T -
Available on T Function(), provided by the LevitBuilderExtension extension
Executes and registers the result of this builder in the active LevitScope.