| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncPredicate.AndAsyncPredicate<T> |
static class |
AsyncPredicate.DefaultAsyncPredicate<T> |
static class |
AsyncPredicate.NegateAsyncPredicate<T> |
static class |
AsyncPredicate.OrAsyncPredicate<T> |
| Modifier and Type | Method and Description |
|---|---|
default AsyncPredicate<T> |
AsyncPredicate.and(AsyncPredicate<? super T> other) |
static AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
AsyncPredicate.from(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate) |
default AsyncPredicate<T> |
AsyncPredicate.negate() |
default AsyncPredicate<T> |
AsyncPredicate.not(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.or(AsyncPredicate<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
default AsyncPredicate<T> |
AsyncPredicate.and(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.not(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.or(AsyncPredicate<? super T> other) |
| Constructor and Description |
|---|
AndAsyncPredicate(AsyncPredicate<? super T> left,
AsyncPredicate<? super T> right) |
AndAsyncPredicate(AsyncPredicate<? super T> left,
AsyncPredicate<? super T> right) |
NegateAsyncPredicate(AsyncPredicate<? super T> predicate) |
OrAsyncPredicate(AsyncPredicate<? super T> left,
AsyncPredicate<? super T> right) |
OrAsyncPredicate(AsyncPredicate<? super T> left,
AsyncPredicate<? super T> right) |
| Modifier and Type | Method and Description |
|---|---|
default AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
RoutePredicateFactory.applyAsync(C config) |
default AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
RoutePredicateFactory.applyAsync(Consumer<C> consumer) |
AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
ReadBodyRoutePredicateFactory.applyAsync(ReadBodyRoutePredicateFactory.Config config) |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
Route.AsyncBuilder.predicate |
| Modifier and Type | Method and Description |
|---|---|
AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
Route.getPredicate() |
abstract AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
Route.AbstractBuilder.getPredicate() |
AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
Route.AsyncBuilder.getPredicate() |
AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
Route.Builder.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
Route.AsyncBuilder |
Route.AsyncBuilder.and(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
Route.AsyncBuilder |
Route.AsyncBuilder.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
Route.AsyncBuilder |
Route.AsyncBuilder.or(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
| Modifier and Type | Method and Description |
|---|---|
BooleanSpec |
PredicateSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
BooleanSpec |
BooleanSpec.BooleanOpSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
BooleanSpec |
BooleanSpec.NotOpSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
ServerWebExchangeUtils.toAsyncPredicate(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.