Class FutureSupplier<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      FutureSupplier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      void set​(T object)  
      • Methods inherited from class java.lang.Object

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

      • FutureSupplier

        public FutureSupplier()
    • Method Detail

      • set

        public void set​(T object)
      • get

        public T get()
        Specified by:
        get in interface java.util.function.Supplier<T>