Uses of Interface
io.vertx.core.Expectation
Packages that use Expectation
-
Uses of Expectation in io.vertx.core
Methods in io.vertx.core that return ExpectationModifier and TypeMethodDescriptiondefault Expectation<V> Expectation.and(Expectation<? super V> other) Returned an expectation succeeding when this expectation and theotherexpectation succeeds.default Expectation<V> Expectation.or(Expectation<? super V> other) Returned an expectation succeeding when this expectation or theotherexpectation succeeds.default Expectation<V> Expectation.wrappingFailure(BiFunction<V, Throwable, Throwable> descriptor) Returns a new expectation with the same predicate and a customized errordescriptor.Methods in io.vertx.core with parameters of type ExpectationModifier and TypeMethodDescriptiondefault Expectation<V> Expectation.and(Expectation<? super V> other) Returned an expectation succeeding when this expectation and theotherexpectation succeeds.Future.expecting(Expectation<? super T> expectation) Guard the control flow of this future with an expectation.default Expectation<V> Expectation.or(Expectation<? super V> other) Returned an expectation succeeding when this expectation or theotherexpectation succeeds. -
Uses of Expectation in io.vertx.core.http
Subinterfaces of Expectation in io.vertx.core.httpModifier and TypeInterfaceDescriptioninterfaceCommon expectations for HTTP responses. -
Uses of Expectation in io.vertx.reactivex.core
Constructors in io.vertx.reactivex.core with parameters of type ExpectationModifierConstructorDescriptionExpectationTransformer(Expectation<U> expectation, Function<T, U> unwrapper) -
Uses of Expectation in io.vertx.rxjava3.core
Constructors in io.vertx.rxjava3.core with parameters of type ExpectationModifierConstructorDescriptionExpectationTransformer(Expectation<U> expectation, Function<T, U> unwrapper)