Java.util.function.UnaryOperator
Jump to navigation
Jump to search
External
Internal
Overview
@FunctionalInterface
public interface UnaryOperator<T> extends Function<T, T> {
T apply(T t);
}