Interface Asyncc.IEachCallbacks<E>

  • All Known Implementing Classes:
    Asyncc.EachCallback
    Enclosing class:
    Asyncc

    public static interface Asyncc.IEachCallbacks<E>
    • Method Detail

      • resolve

        void resolve()
      • reject

        void reject​(E e)