Class Waiter


  • public class Waiter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Waiter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> void wait​(T subject, java.util.function.Predicate<T> condition, long timeout, long pollingInterval)  
      • Methods inherited from class java.lang.Object

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

      • Waiter

        public Waiter()
    • Method Detail

      • wait

        public <T> void wait​(T subject,
                             java.util.function.Predicate<T> condition,
                             long timeout,
                             long pollingInterval)