@FunctionalInterface public interface ObjDoubleTriConsumer<T,I>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
I intermediate,
double value)
Performs this operation on the given arguments.
|
Copyright © 2022 Media Skjolberg. All rights reserved.