Class CallableHamcrestCondition<T>

java.lang.Object
org.awaitility.core.AbstractHamcrestCondition<T>
org.awaitility.core.CallableHamcrestCondition<T>
All Implemented Interfaces:
Condition<T>

class CallableHamcrestCondition<T> extends AbstractHamcrestCondition<T>
  • Constructor Details

    • CallableHamcrestCondition

      public CallableHamcrestCondition(Callable<T> supplier, org.hamcrest.Matcher<? super T> matcher, ConditionSettings settings)

      Constructor for CallableHamcrestCondition.

      Parameters:
      supplier - a Callable object.
      matcher - a Matcher object.
      settings - a ConditionSettings object.
  • Method Details