Package org.jparsec.functors
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 java.util.function.BiFunction
andThen
-
Method Details
-
map
Deprecated.Mapsa
andb
to the target object. -
apply
Deprecated.- Specified by:
apply
in interfaceBiFunction<A,
B, T>
-
BiFunction
instead.