BiFunction
instead.@Deprecated @FunctionalInterface public interface Map2<A,B,T> extends java.util.function.BiFunction<A,B,T>
A
and B
respectively to an object of type T
.Modifier and Type | Method and Description |
---|---|
default T |
apply(A a,
B b)
Deprecated.
|
T |
map(A a,
B b)
Deprecated.
Maps
a and b to the target object. |
andThen
Copyright © 2013–2016 jparsec. All rights reserved.