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