Class RequestPredicate

java.lang.Object
io.vertx.reactivex.ext.web.validation.RequestPredicate
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Function<RoutingContext, RequestPredicateResult>

public class RequestPredicate extends Object implements io.vertx.lang.rx.RxDelegate, Function<RoutingContext, RequestPredicateResult>
Request predicate

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.