Class 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 Detail

      • NodeConverterAsync

        public NodeConverterAsync()
    • Method Detail

      • toDownConverter

        protected abstract io.aether.utils.futures.ARFuture<TDown> toDownConverter​(TDown2 value)
      • toUpConverter

        protected abstract io.aether.utils.futures.ARFuture<TUp2> toUpConverter​(TUp value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object