JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.annimon.stream.function
Interface UnaryOperator<T>
Type Parameters:
T
- the type of the operand and result of the operator
All Superinterfaces:
Function
<T,T>
public interface
UnaryOperator<T>
extends
Function
<T,T>
Operation on a single operand that produces a result of the same type as its operand.
Nested Class Summary
Nested Classes
Modifier and Type
Interface and Description
static class
UnaryOperator.Util
Method Summary
Methods inherited from interface com.annimon.stream.function.
Function
apply
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method