Interface Unary<T>

All Superinterfaces:
Function<T,T>, Map<T,T>, UnaryOperator<T>

@Deprecated public interface Unary<T> extends UnaryOperator<T>, Map<T,T>
Deprecated.
Use UnaryOperator instead.
Represents a unary operation on the same type T.

Implement this interface for unary operator instead of Map for brevity.

  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface org.jparsec.functors.Map

    apply, map