Class AConsumer.Weak<T>

  • All Implemented Interfaces:
    AConsumer<T>, java.util.function.Consumer<T>
    Enclosing interface:
    AConsumer<T>

    public static class AConsumer.Weak<T>
    extends java.lang.Object
    implements AConsumer<T>
    • Field Summary

      • Fields inherited from interface io.aether.utils.interfaces.AConsumer

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      Weak​(AConsumer<T> ref)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(T t)  
      void accept2​(T v)  
      boolean isEmptyRef()  
      • Methods inherited from class java.lang.Object

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

        weak
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

    • Method Detail

      • accept

        public void accept​(T t)
        Specified by:
        accept in interface AConsumer<T>
        Specified by:
        accept in interface java.util.function.Consumer<T>
      • accept2

        public void accept2​(T v)
        Specified by:
        accept2 in interface AConsumer<T>
      • isEmptyRef

        public boolean isEmptyRef()