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.Combiner<T,U,V>
All Known Subinterfaces:
Ops.Reducer
<T>
Enclosing class:
Ops
public static interface
Ops.Combiner<T,U,V>
An object with a function accepting pairs of objects, one of type T and one of type U, returning those of type V
Method Summary
Methods
Modifier and Type
Method and Description
V
combine
(
T
t,
U
u)
Method Detail
combine
V
combine(
T
t,
U
u)
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