T
- type of child node to process@FunctionalInterface public interface ChildProcessor<T extends Node>
Modifier and Type | Field and Description |
---|---|
static ChildProcessor<?> |
EMPTY |
Modifier and Type | Method and Description |
---|---|
Optional<Node> |
process(Node parent,
T child,
int index) |
static final ChildProcessor<?> EMPTY
Copyright © 2001–2021 Apache Cayenne. All rights reserved.