T - type parameter of the argument@FunctionalInterface public interface ThrowingObjLongConsumer<T> extends ObjLongConsumer<T>
ObjDoubleConsumer| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
long value) |
void |
doAccept(T t,
long value) |