Class MapBase.ARMultiFuture2<T>

  • All Implemented Interfaces:
    io.aether.utils.interfaces.AConsumer<T>, java.util.function.Consumer<T>
    Enclosing class:
    MapBase<K,​V>

    public static class MapBase.ARMultiFuture2<T>
    extends io.aether.utils.slots.AMFuture<T>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.aether.utils.interfaces.AConsumer

        io.aether.utils.interfaces.AConsumer.Weak<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from class io.aether.utils.slots.AMFuture

        eventConsumer, UPDATER, value
      • Fields inherited from interface io.aether.utils.interfaces.AConsumer

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      ARMultiFuture2​(java.util.concurrent.atomic.AtomicInteger futuresWithoutRequest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean tryRequest()  
      • Methods inherited from class io.aether.utils.slots.AMFuture

        accept2, add, addWeak, completed, getNow, isDone, map, mapToARFuture, once, once, once, once, refresh, set, toOnce
      • 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

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

        andThen
    • Constructor Detail

      • ARMultiFuture2

        public ARMultiFuture2​(java.util.concurrent.atomic.AtomicInteger futuresWithoutRequest)
    • Method Detail

      • tryRequest

        public boolean tryRequest()