Class SingletonSupplier<T>

    • Constructor Detail

      • SingletonSupplier

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

      • get

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

        public void reset()