JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring State Machine
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.statemachine.support
Interface Function<T,R>
Type Parameters:
T
- the type of the input to the function
R
- the type of the result of the function
public interface
Function<T,R>
Mimics Java 8's Function interface to allow deferring a computation.
Author:
Janne Valkealahti
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies this function to the given argument.
Method Detail
apply
R
apply(
T
t)
Applies this function to the given argument.
Parameters:
t
- the function argument
Returns:
the function result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring State Machine
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method