Interface AbstractBatchingCRUDHandler.TriConsumer<T,D,U>

Enclosing class:
AbstractBatchingCRUDHandler

protected static interface AbstractBatchingCRUDHandler.TriConsumer<T,D,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T one, D two, U three)
     
  • Method Details

    • accept

      void accept(T one, D two, U three)