public interface ObjectPredicates
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectPredicates.Default |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.function.Predicate<T> |
isNotNull() |
<T> java.util.function.Predicate<T> |
isNull() |
<T> java.util.function.Predicate<T> isNull()
<T> java.util.function.Predicate<T> isNotNull()
Copyright © 2017. All rights reserved.