Package | Description |
---|---|
io.reactivex.parallel |
Contains the base type
ParallelFlowable ,
a sub-DSL for working with Flowable sequences in parallel. |
Modifier and Type | Method and Description |
---|---|
<R> R |
ParallelFlowable.as(ParallelFlowableConverter<T,R> converter)
Calls the specified converter function during assembly time and returns its resulting value.
|
Copyright © 2019. All rights reserved.