public class KeyDefinitionBuilder<S,K> extends Object
| Constructor and Description |
|---|
KeyDefinitionBuilder(List<KeyAndPredicate<S,K>> keyAndPredicates,
KeySourceGetter<K,? super S> keySourceGetter,
int index) |
| Modifier and Type | Method and Description |
|---|---|
KeyDefinitionBuilder<S,K> |
asChild(int currentIndex) |
List<KeyAndPredicate<S,K>> |
getKeyAndPredicates() |
static <S,K> KeyDefinition<S,K>[] |
toKeyDefinitions(KeyDefinitionBuilder<S,K>[] siblings) |
public KeyDefinitionBuilder(List<KeyAndPredicate<S,K>> keyAndPredicates, KeySourceGetter<K,? super S> keySourceGetter, int index)
public KeyDefinitionBuilder<S,K> asChild(int currentIndex)
public static <S,K> KeyDefinition<S,K>[] toKeyDefinitions(KeyDefinitionBuilder<S,K>[] siblings)
public List<KeyAndPredicate<S,K>> getKeyAndPredicates()
Copyright © 2020. All rights reserved.