Interface dnx.lr.ParentMapper
All Packages Class Hierarchy This Package Previous Next Index
Interface dnx.lr.ParentMapper
- public interface ParentMapper
- extends Object
Used when doing a mapping over the parents of a node.
-
parentMapperCallback(Node, Node, Object)
- Callback for parent PARENT of child CHILD.
parentMapperCallback
public abstract boolean parentMapperCallback(Node node,
Node child,
Object mapData)
- Callback for parent PARENT of child CHILD. MAPDATA is the argument
passed into the mapping function.
All Packages Class Hierarchy This Package Previous Next Index