Interface ObjIntConsumer<T>

All Superinterfaces:
ObjIntConsumer<T>, Throwables.ObjIntConsumer<T,RuntimeException>

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

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