| Package | Description |
|---|---|
| org.specrunner.plugins.core.objects | |
| org.specrunner.plugins.core.objects.core | |
| org.specrunner.util.functions.core |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IObjectManager.get(Class<T> clazz,
IPredicate<T> filter)
Lookup for a object of a given type, with the given filter.
|
<T> List<T> |
IObjectManager.select(Class<T> clazz,
IPredicate<T> filter)
Lookup for a object of a given type, filtered by a predicate.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ObjectManagerDefault.get(Class<T> clazz,
IPredicate<T> filter) |
<T> List<T> |
ObjectManagerDefault.select(Class<T> clazz,
IPredicate<T> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PredicateProperty<P>
Defines a predicate for object properties.
|
Copyright © 2016. All rights reserved.