Package io.aether.utils.streams
Interface Node<Up_ToNode,Up_ToOut,Down_ToNode,Down_ToOut>
-
- Type Parameters:
Up_ToNode- Type of the node at the upper levelUp_ToOut- Type of output for the upper levelDown_ToNode- Type of the node at the lower levelDown_ToOut- Type of output for the lower level
- All Superinterfaces:
NodeDown<Up_ToNode,Up_ToOut>,NodeUp<Down_ToNode,Down_ToOut>,io.aether.utils.interfaces.ObjectFind,io.aether.utils.ToString
- All Known Implementing Classes:
Accumulator,BufferNode,BufferNodeAutoFlush,NodeConverter,NodeConverterAsync,NodeFilter,SafeNodeImpl,WebSocketNode
public interface Node<Up_ToNode,Up_ToOut,Down_ToNode,Down_ToOut> extends NodeUp<Down_ToNode,Down_ToOut>, NodeDown<Up_ToNode,Up_ToOut>, io.aether.utils.interfaces.ObjectFind
The Node interface represents a node in a bidirectional data structure, which can interact with both the upper and lower levels.