JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
java.util.function
UnaryOperator
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface UnaryOperator<
T
>
All Superinterfaces:
Function
<T,
T>
public interface
UnaryOperator<T>
extends
Function
<T,
T>
Method Summary
Methods inherited from interface
Function
apply