singleton<T> static method

Factory<T> singleton<T>(
  1. DependencyBuilder<T> builder
)

Implementation

static Factory<T> singleton<T>(DependencyBuilder<T> builder) =>
    _SingletonFactory(builder);