| Package | Description |
|---|---|
| org.javers.common.collections | |
| org.javers.core.metamodel.property |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Lists.negative(Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Lists.negative(Predicate<T> predicate) |
static <T> List<T> |
Lists.negativeFilter(List<T> input,
Predicate<T> filter)
returns new list with elements from input that don't satisfies given filter condition
|
static <T> List<T> |
Lists.positiveFilter(List<T> input,
Predicate<T> filter)
returns new list with elements from input that satisfies given filter condition
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ManagedClass.getProperties(Predicate<Property> query) |
Copyright © 2014. All rights reserved.