JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.codename1.util.promise
Functor
Contents
Description
Method Summary
Method Details
call(T)
Hide sidebar
Show sidebar
Interface Functor<
T
,
V
>
public interface
Functor<T,
V>
Promise API functor
com.codename1.util.promise.Promise
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
call
(
T
arg)
Calls the function.
Method Details
call
V
call
(
T
arg)
Calls the function.
Parameters
arg
: Argument for the function.
Returns
Function return value.