LazySingletonManager<S> constructor

LazySingletonManager<S>(
  1. S builder()
)

Implementation

LazySingletonManager(this.builder);