| Package | Description |
|---|---|
| net.amygdalum.util.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.all(Class<T> clazz) |
static <T> Predicate<T> |
Predicates.notNull() |
| Modifier and Type | Method and Description |
|---|---|
static <T> TreeSet<T> |
TreeSets.of(Predicate<T> cond,
T... elements) |
static <T> HashSet<T> |
HashSets.of(Predicate<T> cond,
T... elements) |
static <T> ArrayList<T> |
ArrayLists.of(Predicate<T> cond,
T... elements) |
static <T> LinkedHashSet<T> |
HashSets.ofLinked(Predicate<T> cond,
T... elements) |
Copyright © 2017. All rights reserved.