Package org.jparsec.functors
Interface Unary<T>
-
- All Superinterfaces:
java.util.function.Function<T,T>,Map<T,T>,java.util.function.UnaryOperator<T>
@Deprecated public interface Unary<T> extends java.util.function.UnaryOperator<T>, Map<T,T>
Deprecated.UseUnaryOperatorinstead.Represents a unary operation on the same typeT.Implement this interface for unary operator instead of
Mapfor brevity.