Interface NeoEachI.IEachCallbacks<E>

All Known Implementing Classes:
NeoEachI.EachCallback
Enclosing class:
NeoEachI

public static interface NeoEachI.IEachCallbacks<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reject(E e)
     
    void
     
  • Method Details

    • resolve

      void resolve()
    • reject

      void reject(E e)