Class CollectionFuture.Present<V>

  • Enclosing class:
    CollectionFuture<V,​C>

    private static final class CollectionFuture.Present<V>
    extends java.lang.Object
    The result of a successful Future.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Present​(V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        V value
    • Constructor Detail

      • Present

        Present​(V value)