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.codename1.util.promise
Interface Functor<T,V>
public interface
Functor<T,V>
Promise API functor
Promise
Since:
8.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
call
(
T
arg)
Calls the function.
Method Detail
call
V
call(
T
arg)
Calls the function.
Parameters:
arg
- Argument for the function.
Returns:
Function return 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