Interface NeoEachI.IEachCallback<E>

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

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

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

    • done

      void done(E e)