UnaryOperator
@FunctionalInterface @Deprecated public interface UnaryOperator<T> extends Function<T,T>, java.util.function.UnaryOperator<T>
identity
andThen, apply, compose