Interface UnaryOperator<T>

All Superinterfaces:
Function<T,T>, Function<T,T>, Throwables.Function<T,T,RuntimeException>, Throwables.UnaryOperator<T,RuntimeException>, UnaryOperator<T>

public interface UnaryOperator<T> extends Function<T,T>, Throwables.UnaryOperator<T,RuntimeException>, UnaryOperator<T>
Since:
0.8
Author:
Haiyang Li