| Package | Description |
|---|---|
| org.ujorm.tools.thread |
| Modifier and Type | Method and Description |
|---|---|
<R> Stream<R> |
MultiJob.run(Function<P,R> job)
Get of single values where a nulls are excluded
|
<R> Stream<R> |
MultiJob.runToStream(Function<P,Stream<R>> job)
Get result of a Stream
|
Copyright 2015, Pavel Ponec