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
groovy.stream.functions
Interface Function<T,S>
Type Parameters:
T
- The input type
S
- The output type
public interface
Function<T,S>
Describes a function which transforms a value of type
T
to one of type
S
.
Since:
0.8
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
S
call
(
T
value)
Method Detail
call
S
call(
T
value)
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