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.Procedure<T>
Enclosing class:
Ops
public static interface
Ops.Procedure<T>
An object with a method of one argument that does not return a result.
Method Summary
Methods
Modifier and Type
Method and Description
void
apply
(
T
t)
Method Detail
apply
void apply(
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