Class WaitablePredicate<T>

java.lang.Object
com.microsoft.playwright.impl.WaitablePredicate<T>
All Implemented Interfaces:
Waitable<T>

class WaitablePredicate<T> extends Object implements Waitable<T>
  • Field Details

  • Constructor Details

  • Method Details

    • isDone

      public boolean isDone()
      Specified by:
      isDone in interface Waitable<T>
    • get

      public T get()
      Specified by:
      get in interface Waitable<T>
    • dispose

      public void dispose()
      Specified by:
      dispose in interface Waitable<T>