Class AScopedSupplier<T>

    • Constructor Detail

      • AScopedSupplier

        public AScopedSupplier()
    • Method Detail

      • cleanup

        protected abstract void cleanup()
      • compute

        protected abstract T compute()
      • get

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

        protected T getValue()