Interface Node<Up_ToNode,​Up_ToOut,​Down_ToNode,​Down_ToOut>

  • Type Parameters:
    Up_ToNode - Type of the node at the upper level
    Up_ToOut - Type of output for the upper level
    Down_ToNode - Type of the node at the lower level
    Down_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 Subinterfaces:
    Node2<Up,​Down>, Node4<T>, SafeNode<DownNode>
    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.
    • Method Summary

      • Methods inherited from interface io.aether.utils.streams.NodeDown

        gUp, up
      • Methods inherited from interface io.aether.utils.interfaces.ObjectFind

        find, find, getOwners
      • Methods inherited from interface io.aether.utils.ToString

        toString, toString2