Interface NeoQueue.ICallbacks<T>

All Known Implementing Classes:
NeoQueue.AsyncCallback
Enclosing class:
NeoQueue<T,V>

public static interface NeoQueue.ICallbacks<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • resolve

      void resolve(T v)
    • reject

      void reject(Object e)