Package io.aether.utils.streams
Class OfConsumer<TWrite,TRead>
- java.lang.Object
-
- io.aether.utils.streams.OfConsumer<TWrite,TRead>
-
-
Constructor Summary
Constructors Constructor Description OfConsumer(io.aether.utils.interfaces.AConsumer<TRead> consumer, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(FGate<TRead,TWrite> fGate, Value<TRead> value)java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)
-
-
-
Constructor Detail
-
OfConsumer
public OfConsumer(io.aether.utils.interfaces.AConsumer<TRead> consumer, java.lang.String name)
-
-