public interface UnaryOperator<T> extends Function<T,T>, UnaryOperator<T>, Try.UnaryOperator<T,RuntimeException>
Modifier and Type | Method and Description |
---|---|
static <T> UnaryOperator<T> |
identity() |
apply, convert
static <T> UnaryOperator<T> identity()
Copyright © 2019. All rights reserved.