| Package | Description |
|---|---|
| com.io7m.jorchard.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
<T,B> JOTreeNodeType<B> |
JOTreeNodeReadableType.mapBreadthFirst(T context,
JOTreeNodeMapFunctionType<A,T,B> f)
Visit each node in the tree in breadth-first order.
|
<T,B> JOTreeNodeType<B> |
JOTreeNode.mapBreadthFirst(T context,
JOTreeNodeMapFunctionType<A,T,B> f) |
<T,B> JOTreeNodeType<B> |
JOTreeNodeReadableType.mapDepthFirst(T context,
JOTreeNodeMapFunctionType<A,T,B> f)
Visit each node in the tree in depth-first order.
|
<T,B> JOTreeNodeType<B> |
JOTreeNode.mapDepthFirst(T context,
JOTreeNodeMapFunctionType<A,T,B> f) |
Copyright © 2017 <code@io7m.com> http://io7m.com