public interface ObjIntConsumer<T> extends ObjIntConsumer<T>, Throwables.ObjIntConsumer<T,RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
int value) |
void accept(T t, int value)
accept
in interface ObjIntConsumer<T>
accept
in interface Throwables.ObjIntConsumer<T,RuntimeException>
Copyright © 2020. All rights reserved.