public class Predicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S> Predicate<S> |
alwaysFalse() |
static <S> Predicate<S> |
alwaysTrue() |
static <S> Predicate<S> |
and(Predicate<S>... predicates) |
static <S> Predicate<S> |
or(Predicate<S>... predicates) |
Copyright © 2015. All rights reserved.