Interface Map2<A,B,T>
- All Superinterfaces:
BiFunction<A,B, T>
- All Known Subinterfaces:
Binary<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
Maps two objects of type
A and B respectively to an object of type T.-
Method Summary
Methods inherited from interface BiFunction
andThen
-
Method Details
-
map
-
apply
-
BiFunctioninstead.