Class ValueResourceSupplier<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      @NotNull java.util.Optional<@NotNull T> get​(@NotNull PlatformSupport platformSupport)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final T value
    • Constructor Detail

      • ValueResourceSupplier

        public ValueResourceSupplier​(T value)
    • Method Detail

      • get

        public T get()