| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Method and Description |
|---|---|
default WritableIndexedNode<T> |
IndexedNode.findChild(Object[] path) |
<T> WritableIndexedNode<T> |
Props.PropsBuilder.inodeOf(Class<T> type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
WritableList<WritableIndexedNode<T>> |
WritableIndexedNode.children() |
List<WritableIndexedNode<T>> |
IndexedNode.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
| Modifier and Type | Method and Description |
|---|---|
List<WritableIndexedNode<T>> |
IndexedNode.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableIndexedNodeImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> WritableIndexedNode<T> |
Helpers.IndexedNode_findChild(WritableIndexedNode<T> THIS,
Object[] path) |
| Modifier and Type | Method and Description |
|---|---|
WritableList<WritableIndexedNode<T>> |
WritableIndexedNodeImpl.children() |
List<WritableIndexedNode<T>> |
WritableIndexedNodeImpl.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
List<WritableIndexedNode<T>> |
ReadOnlyPIndexedNode.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
| Modifier and Type | Method and Description |
|---|---|
static <T> WritableIndexedNode<T> |
Helpers.IndexedNode_findChild(WritableIndexedNode<T> THIS,
Object[] path) |
| Modifier and Type | Method and Description |
|---|---|
List<WritableIndexedNode<T>> |
WritableIndexedNodeImpl.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
List<WritableIndexedNode<T>> |
ReadOnlyPIndexedNode.findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
Copyright © 2022 vpc open source initiative. All rights reserved.