| Package | Description |
|---|---|
| org.sodeac.common.typedtree |
| Modifier and Type | Method and Description |
|---|---|
<X> LeafNode<T,X> |
BranchNode.get(LeafNodeType<? super T,X> nodeType)
Getter for a child node of requested
LeafNodeType. |
LeafNode<P,T> |
LeafNode.setValue(T value)
Setter for value of leaf node.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ModelPath<R,LeafNode<?,T>> |
ModelPath.ModelPathBuilder.buildForNode(LeafNodeType<S,T> field) |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchNode.ModifyListenerContainer.LeafNodePredicateListener.accept(LeafNode<T,?> newValue,
LeafNode<T,?> oldValue) |
void |
BranchNode.ModifyListenerContainer.LeafNodePredicateListener.accept(LeafNode<T,?> newValue,
LeafNode<T,?> oldValue) |
void |
BranchNode.ModifyListenerContainer.LeafNodePredicateListener.onListenStart(LeafNode<T,?> value) |
void |
BranchNode.ModifyListenerContainer.LeafNodePredicateListener.onListenStop(LeafNode<T,?> value) |
void |
IChildNodeListener.ILeafNodeListener.onUpdate(LeafNode<T,X> node,
X oldValue) |
| Modifier and Type | Method and Description |
|---|---|
<X> BranchNode<P,T> |
BranchNode.applyToConsumer(LeafNodeType<? super T,X> nodeType,
BiConsumer<BranchNode<P,? super T>,LeafNode<? super T,X>> consumer)
Applies a child node of requested
LeafNodeType to consumer. |
Copyright © 2020. All rights reserved.