| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Rule<T> |
exclude(Predicate<T> predicate) |
Rule<T> |
include(Predicate<T> predicate) |
static <T> Rule<T> |
of() |
static <T> Rule<T> |
of(Predicate<T> predicate) |
boolean |
test(T input) |
Copyright © 2015–2022 Zalando SE. All rights reserved.