@API(status=STABLE) @FunctionalInterface public interface ThrowingUnaryOperator<T,X extends Throwable> extends ThrowingFunction<T,T,X>, UnaryOperator<T>
apply, tryApply
identity
andThen, compose
Copyright © 2015–2018 Zalando SE. All rights reserved.