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.
    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