JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
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
Modifier and Type
Method
Description
T
apply
(
T
t)