| Package | Description |
|---|---|
| de.vandermeer.skb.categories |
Categories, for instance HasA and IsA.
|
| de.vandermeer.skb.categories.kvt |
Categories for Key / Value / ValueType objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OfGroup> |
OfGroup.GET_KEYS_FOR_GROUP(IsGroup group,
OfGroup[]... keys)
Filter that uses the
IN_GROUP(IsGroup) predicate to filter a list of categories by group |
static Collection<OfGroup> |
OfGroup.GET_KEYS_FOR_GROUP(IsGroup group,
OfGroup[] keys)
Filter that uses the
IN_GROUP(IsGroup) predicate to filter a list of categories by group |
static Predicate<OfGroup> |
OfGroup.IN_GROUP(IsGroup group)
Returns a predicate that evaluates to true if category is of given group
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OfGroup> |
OfGroup.GET_KEYS_FOR_GROUP(IsGroup group,
OfGroup[]... keys)
Filter that uses the
IN_GROUP(IsGroup) predicate to filter a list of categories by group |
static Collection<OfGroup> |
OfGroup.GET_KEYS_FOR_GROUP(IsGroup group,
OfGroup[] keys)
Filter that uses the
IN_GROUP(IsGroup) predicate to filter a list of categories by group |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsPropertyKey
Category of objects that represent a property key.
|
Copyright © 2010–2015. All rights reserved.