public interface Derivation<Path>
| Modifier and Type | Method and Description |
|---|---|
<Key> Key |
derive(Key rootKey,
Path path,
CkdFunction<Key> ckdFunction)
Traverse the nodes from the root key node to find the node referenced by the path.
|
<Key> Key derive(Key rootKey,
Path path,
CkdFunction<Key> ckdFunction)
Key - The type of node we are visitingrootKey - The root of the pathpath - The path to followckdFunction - Allows you to follow one linkCopyright © 2020. All rights reserved.