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 TypeMethodDescriptionbooleanstatic ResponsePredicateResultDeprecated.io.vertx.ext.web.client.predicate.ResponsePredicateResultinthashCode()message()Deprecated.static ResponsePredicateResultnewInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg) response()Deprecated.booleanDeprecated.static ResponsePredicateResultsuccess()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:
getDelegatein 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:
trueif theResponsePredicatewas applied successfully, false otherwise
-
message
Deprecated.- Returns:
-
response
Deprecated.- Returns:
nullafter 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)
-