Uses of Class
org.awaitility.core.ConditionEvaluationHandler
Packages that use ConditionEvaluationHandler
-
Uses of ConditionEvaluationHandler in org.awaitility.core
Fields in org.awaitility.core declared as ConditionEvaluationHandlerModifier and TypeFieldDescriptionprivate final ConditionEvaluationHandler<T>AbstractHamcrestCondition.conditionEvaluationHandlerprivate final ConditionEvaluationHandler<Object>AssertionCondition.conditionEvaluationHandlerprivate final ConditionEvaluationHandler<Object>CallableCondition.conditionEvaluationHandlerprivate final ConditionEvaluationHandler<Object>CallableCondition.ConditionEvaluationWrapper.conditionEvaluationHandlerMethods in org.awaitility.core with parameters of type ConditionEvaluationHandlerModifier and TypeMethodDescription<T> voidConditionAwaiter.await(ConditionEvaluationHandler<T> conditionEvaluationHandler) await.Constructors in org.awaitility.core with parameters of type ConditionEvaluationHandlerModifierConstructorDescription(package private)ConditionEvaluationWrapper(Callable<Boolean> matcher, ConditionSettings settings, ConditionEvaluationHandler<Object> conditionEvaluationHandler)