Package org.jparsec.functors
Interface Unary<T>
- All Superinterfaces:
Function<T,
,T> Map<T,
,T> UnaryOperator<T>
Deprecated.
Represents a unary operation on the same type
T
.
Implement this interface for unary operator instead of Map
for brevity.
-
Method Summary
UnaryOperator
instead.