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 Detail

      • isSatisfied

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