@FunctionalInterface public interface CheckedObjDoubleConsumer<T>
ObjDoubleConsumer that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
double value)
Performs this operation on the given arguments.
|
Copyright © 2014. All Rights Reserved.