Class ImmediateFuture.ImmediateSuccessfulFuture<V>

    • Constructor Detail

      • ImmediateSuccessfulFuture

        ImmediateSuccessfulFuture​(V value)
    • Method Detail

      • get

        public V get()
        Specified by:
        get in interface java.util.concurrent.Future<V>
        Specified by:
        get in class ImmediateFuture<V>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object