@FunctionalInterface public interface ThrowingUnaryOperator<T,X extends Throwable> extends ThrowingFunction<T,T,X>, UnaryOperator<T>
apply, tryApply
identity
andThen, compose
Copyright © 2015–2017 Zalando SE. All rights reserved.