Class FutureResultAdapter

  • All Implemented Interfaces:
    IFutureResult

    public class FutureResultAdapter
    extends java.lang.Object
    implements IFutureResult
    A very reduced interface of Future.
    Author:
      • Constructor Summary

        Constructors 
        Constructor Description
        FutureResultAdapter​(java.util.concurrent.Future<?> future)  
      • Method Summary

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

          clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait