public interface GatewayPredicate extends Predicate<org.springframework.web.server.ServerWebExchange>, HasConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
GatewayPredicate.AndGatewayPredicate |
static class |
GatewayPredicate.GatewayPredicateWrapper |
static class |
GatewayPredicate.NegateGatewayPredicate |
static class |
GatewayPredicate.OrGatewayPredicate |
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(Visitor visitor) |
default Predicate<org.springframework.web.server.ServerWebExchange> |
and(Predicate<? super org.springframework.web.server.ServerWebExchange> other) |
default Predicate<org.springframework.web.server.ServerWebExchange> |
negate() |
default Predicate<org.springframework.web.server.ServerWebExchange> |
or(Predicate<? super org.springframework.web.server.ServerWebExchange> other) |
static GatewayPredicate |
wrapIfNeeded(Predicate<? super org.springframework.web.server.ServerWebExchange> other) |
default Predicate<org.springframework.web.server.ServerWebExchange> and(Predicate<? super org.springframework.web.server.ServerWebExchange> other)
default Predicate<org.springframework.web.server.ServerWebExchange> negate()
default Predicate<org.springframework.web.server.ServerWebExchange> or(Predicate<? super org.springframework.web.server.ServerWebExchange> other)
default void accept(Visitor visitor)
static GatewayPredicate wrapIfNeeded(Predicate<? super org.springframework.web.server.ServerWebExchange> other)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.