JavaScript is disabled on your browser.
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
jsr166y.forkjoin
Interface Ops.Mapper<T,U>
Enclosing class:
Ops
public static interface
Ops.Mapper<T,U>
An object with a function accepting objects of type T and returning those of type U
Method Summary
Methods
Modifier and Type
Method and Description
U
map
(
T
t)
Method Detail
map
U
map(
T
t)
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