Class ResultHolder<U>


  • public class ResultHolder<U>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultHolder​(long timeoutMillis)  
    • Method Summary

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

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

      • ResultHolder

        public ResultHolder​(long timeoutMillis)
    • Method Detail

      • set

        public void set​(U obj)
      • get

        public U get()