T - the type of the object argument to the operation@FunctionalInterface public static interface Remote.ObjIntConsumer<T> extends ObjIntConsumer<T>, Serializable
int-valued argument, and returns no result. This is the (reference, int) specialization of BiConsumer.
Unlike most other functional interfaces, ObjIntConsumer is
expected to operate via side-effects.
This is a functional interface
whose functional method is ObjIntConsumer.accept(Object, int).
Remote.BiConsumeraccept