Class MultiNodeSpec.AwaitHelper<T>

  • Enclosing class:
    MultiNodeSpec

    public class MultiNodeSpec.AwaitHelper<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AwaitHelper​(scala.concurrent.Awaitable<T> w)  
    • Method Summary

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

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

      • AwaitHelper

        public AwaitHelper​(scala.concurrent.Awaitable<T> w)
    • Method Detail

      • await

        public T await()