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