| Package | Description |
|---|---|
| org.ujorm.tools.thread |
| Modifier and Type | Method and Description |
|---|---|
<R> Stream<R> |
MultiJob.run(Jobs.UserFunction<P,R> job)
Get of single values where all nulls are excluded
|
<R> Stream<R> |
Jobs.run(Jobs.UserFunction<P,R> job)
Get of single values where all nulls are excluded
|
<R> Stream<R> |
ParallelJob.run(Jobs.UserFunction<P,R> job)
Get of single values where all nulls are excluded
|
<R> Stream<R> |
MultiJob.runOfStream(Jobs.UserFunction<P,Stream<R>> job)
Get result of a Streams
|
<R> Stream<R> |
Jobs.runOfStream(Jobs.UserFunction<P,Stream<R>> job)
Get result of a Streams
|
<R> Stream<R> |
ParallelJob.runOfStream(Jobs.UserFunction<P,Stream<R>> job)
Get result of a Streams
|
<R> long |
Jobs.runOfSum(Jobs.UserFunction<P,Integer> job)
Get a sum of job results type of
long |
Copyright 2015, Pavel Ponec