Interface ParallelTask<S>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S> ParallelTask<S> create(long identifier, S data) long
-
Method Details
-
getContents
S getContents() -
getIdentifier
long getIdentifier() -
create
-
static <S> ParallelTask<S> create(long identifier,
S data) long