Class SingletonStore<T>

    • Constructor Detail

      • SingletonStore

        public SingletonStore​(Supplier<T> supplier)
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface Supplier<T>
      • reset

        public void reset()