Class Wait.Predicate<Return>

  • Enclosing class:
    Wait<Subject>

    public abstract static class Wait.Predicate<Return>
    extends Object
    • Constructor Detail

      • Predicate

        public Predicate()
    • Method Detail

      • diagnose

        public abstract String diagnose​(Throwable lastException,
                                        String message)
        Create additional text description on the failure.

        Both lastException and message will be reported separately.