Package io.aether.utils.streams
Interface GateI<TWrite>
-
- All Superinterfaces:
io.aether.utils.interfaces.ObjectFind,io.aether.utils.ToString
- All Known Subinterfaces:
Gate<TWrite,TRead>
- All Known Implementing Classes:
FGate.InsideGate,FGate.OutSideGate
public interface GateI<TWrite> extends io.aether.utils.ToString, io.aether.utils.interfaces.ObjectFind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidsend(Value<TWrite> value)default voidsendRequestData()
-