Uses of Class
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
-
Packages that use ResponsePredicateResult Package Description io.vertx.mutiny.ext.web.client io.vertx.mutiny.ext.web.client.predicate -
-
Uses of ResponsePredicateResult in io.vertx.mutiny.ext.web.client
Method parameters in io.vertx.mutiny.ext.web.client with type arguments of type ResponsePredicateResult Modifier and Type Method Description HttpRequest<T>HttpRequest. expect(Function<HttpResponse<Void>,ResponsePredicateResult> predicate) -
Uses of ResponsePredicateResult in io.vertx.mutiny.ext.web.client.predicate
Fields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ResponsePredicateResult Modifier and Type Field Description static TypeArg<ResponsePredicateResult>ResponsePredicateResult. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateResult Modifier and Type Method Description ResponsePredicateResultResponsePredicate. apply(HttpResponse<Void> in)static ResponsePredicateResultResponsePredicateResult. failure(String message)static ResponsePredicateResultResponsePredicateResult. newInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg)static ResponsePredicateResultResponsePredicateResult. success()Methods in io.vertx.mutiny.ext.web.client.predicate with parameters of type ResponsePredicateResult Modifier and Type Method Description ThrowableErrorConverter. apply(ResponsePredicateResult result)Method parameters in io.vertx.mutiny.ext.web.client.predicate with type arguments of type ResponsePredicateResult Modifier and Type Method Description static ErrorConverterErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)static ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test)static ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter)static ErrorConverterErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)
-