public interface

ParallelTransformer

io.reactivex.parallel.ParallelTransformer<Upstream, Downstream>

Class Overview

Interface to compose ParallelFlowable.

Summary

Public Methods
abstract ParallelFlowable<Downstream> apply(ParallelFlowable<Upstream> upstream)
Applies a function to the upstream ParallelFlowable and returns a ParallelFlowable with optionally different element type.

Public Methods

public abstract ParallelFlowable<Downstream> apply (ParallelFlowable<Upstream> upstream)

Applies a function to the upstream ParallelFlowable and returns a ParallelFlowable with optionally different element type.

Parameters
upstream the upstream ParallelFlowable instance
Returns
  • the transformed ParallelFlowable instance