@FunctionalInterface public interface TUnaryOperator<T> extends TFunction<T,T>
static <T> TUnaryOperator<T>
identity()
andThen, apply, compose
static <T> TUnaryOperator<T> identity()
identity
TFunction<T,T>
Copyright © 2019. All rights reserved.