Class SingletonInstanceProvider<T>

    • Constructor Detail

      • SingletonInstanceProvider

        public SingletonInstanceProvider​(T instance)
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface java.util.function.Supplier<T>