Package io.aether.utils.streams
Class NodeConverterAsync<TDown2,TUp2,TUp,TDown>
- java.lang.Object
-
- io.aether.utils.streams.NodeConverterAsync<TDown2,TUp2,TUp,TDown>
-
- All Implemented Interfaces:
io.aether.utils.interfaces.ObjectFind,Node<TDown2,TUp2,TUp,TDown>,NodeDown<TDown2,TUp2>,NodeUp<TUp,TDown>,io.aether.utils.ToString
public abstract class NodeConverterAsync<TDown2,TUp2,TUp,TDown> extends java.lang.Object implements Node<TDown2,TUp2,TUp,TDown>
-
-
Constructor Summary
Constructors Constructor Description NodeConverterAsync()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description FGate<TUp,TDown>gDown()FGate<TDown2,TUp2>gUp()protected abstract io.aether.utils.futures.ARFuture<TDown>toDownConverter(TDown2 value)java.lang.StringtoString()protected abstract io.aether.utils.futures.ARFuture<TUp2>toUpConverter(TUp value)
-