Class RequestPredicateResult
java.lang.Object
io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- All Implemented Interfaces:
MutinyDelegate
Result of a
RequestPredicate
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
RequestPredicateResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestPredicateResult(io.vertx.ext.web.validation.RequestPredicateResult delegate) Create a new instance ofRequestPredicateResultdelegating to the given (non-null) instance ofRequestPredicateResult.RequestPredicateResult(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RequestPredicateResultio.vertx.ext.web.validation.RequestPredicateResultGet the delegate instance.Get error of failureinthashCode()static RequestPredicateResultnewInstance(io.vertx.ext.web.validation.RequestPredicateResult delegate) Creates a new instance of theRequestPredicateResult.booleanPredicate succeededstatic RequestPredicateResultsuccess()toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RequestPredicateResult
public RequestPredicateResult(io.vertx.ext.web.validation.RequestPredicateResult delegate) Create a new instance ofRequestPredicateResultdelegating to the given (non-null) instance ofRequestPredicateResult. -
RequestPredicateResult
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.RequestPredicateResult getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
succeeded
public boolean succeeded()Predicate succeeded- Returns:
-
getErrorMessage
Get error of failure- Returns:
-
success
-
failed
-
newInstance
public static RequestPredicateResult newInstance(io.vertx.ext.web.validation.RequestPredicateResult delegate) Creates a new instance of theRequestPredicateResult. -
hashCode
public int hashCode() -
equals
-
toString
-