Interface Wait.StopCondition

Enclosing class:
Wait
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface Wait.StopCondition
Wait-stop condition.
  • Method Summary

    Modifier and Type Method Description
    boolean isSatisfied()
    Test wait-stop condition.
  • Method Details

    • isSatisfied

      boolean isSatisfied()
      Test wait-stop condition.
      Returns:
      true if satisfy wait-stop condition.