Class AFuture<V>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  AFuture.Function<A,​B>  
    • Constructor Summary

      Constructors 
      Constructor Description
      AFuture()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> AFuture<T> map​(AFuture.Function<V,​T> f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Future

        cancel, get, get, isCancelled, isDone