Class SupplierImpl<T>

    • Field Detail

      • value

        T value
    • Constructor Detail

      • SupplierImpl

        public SupplierImpl()
      • SupplierImpl

        public SupplierImpl​(T value)
    • Method Detail

      • getValue

        public T getValue()
      • get

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