public interface UnaryOperator<T> extends Function<T,T>, Throwables.UnaryOperator<T,RuntimeException>, UnaryOperator<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> UnaryOperator<T> |
identity() |
default <E extends Throwable> |
toThrowable() |
applystatic <T> UnaryOperator<T> identity()
default <E extends Throwable> Throwables.UnaryOperator<T,E> toThrowable()
Copyright © 2021. All rights reserved.