Package io.aether.utils.streams
Class BufferNodeAutoFlush.BFGateUp
- java.lang.Object
-
- io.aether.utils.streams.FGate.Pair<TIn,TOut,TIn>
-
- io.aether.utils.streams.BufferNode.BGate<TWrite,TRead>
-
- io.aether.utils.streams.BufferNode.BGateUp
-
- io.aether.utils.streams.BufferNodeAutoFlush.BFGateUp
-
- All Implemented Interfaces:
io.aether.utils.interfaces.ObjectFind,AcceptorI<TRead,TWrite>,io.aether.utils.ToString
- Enclosing class:
- BufferNodeAutoFlush<TRead,TWrite>
public class BufferNodeAutoFlush.BFGateUp extends BufferNode.BGateUp
-
-
Field Summary
-
Fields inherited from class io.aether.utils.streams.BufferNode.BGate
queue
-
-
Constructor Summary
Constructors Constructor Description BFGateUp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(FGate<TWrite,TRead> fGate, Value<TWrite> value)Sends data through the gate and adds it to the queue.-
Methods inherited from class io.aether.utils.streams.BufferNode.BGateUp
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
-
-