BiConsumer@Deprecated public interface BinaryVoidFunction<S,T> extends BiConsumer<S,T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(S arg1,
T arg2)
Deprecated.
|
void |
evaluate(S arg1,
T arg2)
Deprecated.
|
andThenCopyright © 2011–2021 Eclipse Foundation. All rights reserved.