Package org.jparsec.functors
Interface Map<From,To>
- All Superinterfaces:
Function<From,
To>
- All Known Subinterfaces:
Unary<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 object of type
From
to an object of type To
.-
Method Summary
Function
instead.