JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
odo.core
Package
net.odoframework.util
Interface Monad<T>
public interface
Monad<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<K> K
map
(
Function
<
T
,K> handler)
Method Details
map
<K>
K
map
(
Function
<
T
,K> handler)