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 Function2<T,U,S>
Type Parameters:
T
- The first input type
U
- The second input type
S
- The output type
public interface
Function2<T,U,S>
Describes a function which takes one value of type
T
and another of type
U
and transforms them 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,
U
value2)
Method Detail
call
S
call(
T
value,
U
value2)
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