Package io.aether.utils.streams
Interface NodeDown<Up_In,Up_Out>
-
- All Superinterfaces:
io.aether.utils.ToString
- All Known Subinterfaces:
Node<Up_ToNode,Up_ToOut,Down_ToNode,Down_ToOut>,Node2<Up,Down>,Node4<T>,SafeNode<DownNode>
- All Known Implementing Classes:
Accumulator,BufferNode,BufferNodeAutoFlush,NodeConverter,NodeConverterAsync,NodeFilter,SafeNodeImpl,WebSocketNode
public interface NodeDown<Up_In,Up_Out> extends io.aether.utils.ToString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FGate<Up_In,Up_Out>gUp()default Gate<Up_In,Up_Out>up()
-