Class OfConsumerValue<TWrite,​TRead>

  • All Implemented Interfaces:
    io.aether.utils.interfaces.ObjectFind, AcceptorI<TWrite,​TRead>, io.aether.utils.ToString

    public class OfConsumerValue<TWrite,​TRead>
    extends java.lang.Object
    implements AcceptorI<TWrite,​TRead>, io.aether.utils.ToString
    • Constructor Summary

      Constructors 
      Constructor Description
      OfConsumerValue​(java.lang.String name, io.aether.utils.interfaces.AConsumer<Value<TRead>> consumer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(FGate<TRead,​TWrite> fGate, Value<TRead> value)  
      java.lang.String toString()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface io.aether.utils.interfaces.ObjectFind

        find, find, getOwners
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Constructor Detail

      • OfConsumerValue

        public OfConsumerValue​(java.lang.String name,
                               io.aether.utils.interfaces.AConsumer<Value<TRead>> consumer)
    • Method Detail

      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString
      • toString

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