| Package | Description |
|---|---|
| org.boon | |
| org.boon.config | |
| org.boon.criteria | |
| org.boon.criteria.internal |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Lists.filterBy(Collection<T> array,
Predicate<T> predicate) |
static <T> List<T> |
Lists.filterBy(Iterable<T> array,
Predicate<T> predicate) |
static <T> List<T> |
Lists.filterBy(Predicate<T> predicate,
T[] array) |
| Modifier and Type | Method and Description |
|---|---|
ContextConfigReader |
ContextConfigReader.rule(Predicate criteria) |
| Modifier and Type | Class and Description |
|---|---|
class |
Criterion<VALUE> |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ObjectFilter.matches(Object obj,
Predicate exp)
Does the object match this predicate
|
| Modifier and Type | Class and Description |
|---|---|
class |
Criteria |
class |
Group |
static class |
Group.And |
static class |
Group.Or |
class |
Not |
Copyright © 2014. All rights reserved.