JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.integration.util
Interface Function<T,R>
Type Parameters:
T
- The type of the input to the apply operation
R
- The type of the result of the apply operation
Deprecated.
Use
reactor.Function
@Deprecated
public interface
Function<T,R>
Implementations of this class perform work on the given parameter and return a result of an optionally different type.
Author:
Jon Brisbin, Stephane Maldini
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Deprecated.
Execute the logic of the action, accepting the given parameter.
Method Detail
apply
R
apply(
T
t)
Deprecated.
Execute the logic of the action, accepting the given parameter.
Parameters:
t
- The parameter to pass to the action.
Returns:
result
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method