Interface IntObjConsumer<T>

All Superinterfaces:
Throwables.IntObjConsumer<T,RuntimeException>

public interface IntObjConsumer<T> extends Throwables.IntObjConsumer<T,RuntimeException>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int i, T t)
     

    Methods inherited from interface com.landawn.abacus.util.Throwables.IntObjConsumer

    andThen