public interface ObjLongConsumer<T> extends ObjLongConsumer<T>, Try.ObjLongConsumer<T,RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
long value) |
void accept(T t, long value)
accept
in interface ObjLongConsumer<T>
accept
in interface Try.ObjLongConsumer<T,RuntimeException>
Copyright © 2019. All rights reserved.