public class Predicates extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Predicates.AndPredicate<T> |
static class |
Predicates.False<T> |
static class |
Predicates.True<T> |
Constructor and Description |
---|
Predicates() |
Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
alwaysFalse() |
static <T> Predicate<T> |
alwaysTrue() |
static <T> Predicate<T> |
and(Predicate<T> left,
Predicate<T> right) |
Copyright © 2016. All Rights Reserved.