Package io.aether.utils.streams
Class BufferNodeAutoFlush.BFGateDown
- java.lang.Object
-
- io.aether.utils.streams.FGate.Pair<TIn,TOut,TIn>
-
- io.aether.utils.streams.BufferNode.BGate<TRead,TWrite>
-
- io.aether.utils.streams.BufferNode.BGateDown
-
- io.aether.utils.streams.BufferNodeAutoFlush.BFGateDown
-
- All Implemented Interfaces:
io.aether.utils.interfaces.ObjectFind,AcceptorI<TWrite,TRead>,io.aether.utils.ToString
- Enclosing class:
- BufferNodeAutoFlush<TRead,TWrite>
public class BufferNodeAutoFlush.BFGateDown extends BufferNode.BGateDown
-
-
Field Summary
-
Fields inherited from class io.aether.utils.streams.BufferNode.BGate
queue
-
-
Constructor Summary
Constructors Constructor Description BFGateDown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(FGate<TRead,TWrite> fGate, Value<TRead> value)Sends data through the gate and adds it to the queue.-
Methods inherited from class io.aether.utils.streams.BufferNode.BGateDown
pair, resume
-
Methods inherited from class io.aether.utils.streams.BufferNode.BGate
countDataValues, find, find, getQueue, isPause, isProcessing, pause, requestDataPair, requestDataPair, resume, setFGate
-
Methods inherited from class io.aether.utils.streams.FGate.Pair
toString, toString
-
-