T
- type of both argument and return value@FunctionalInterface public interface UnaryOperator<T> extends Function<T,T>
Modifier and Type | Method and Description |
---|---|
static <T> UnaryOperator<T> |
identity() |
static <T> UnaryOperator<T> identity()
Copyright © 2018. All rights reserved.