Class ResponsePredicateResult
java.lang.Object
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- All Implemented Interfaces:
MutinyDelegate
Represents the outcome of a
ResponsePredicate
applied to an .
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResponsePredicateResult
(io.vertx.ext.web.client.predicate.ResponsePredicateResult delegate) ResponsePredicateResult
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ResponsePredicateResult
Deprecated.io.vertx.ext.web.client.predicate.ResponsePredicateResult
int
hashCode()
message()
Deprecated.static ResponsePredicateResult
newInstance
(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg) response()
Deprecated.boolean
Deprecated.static ResponsePredicateResult
success()
Deprecated.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ResponsePredicateResult
public ResponsePredicateResult(io.vertx.ext.web.client.predicate.ResponsePredicateResult delegate) -
ResponsePredicateResult
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.client.predicate.ResponsePredicateResult getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
success
Deprecated.- Returns:
- a successful result
-
failure
Deprecated.- Parameters:
message
- the failure description- Returns:
-
succeeded
Deprecated.- Returns:
true
if theResponsePredicate
was applied successfully, false otherwise
-
message
Deprecated.- Returns:
-
response
Deprecated.- Returns:
null
after the result has been created, or the tested response for converters created withErrorConverter.createFullBody(java.util.function.Function<io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult, java.lang.Throwable>)
-
newInstance
public static ResponsePredicateResult newInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg)
-