- Type Parameters:
TInput
- the input value typeTIntermediate
- the intermediate typeTResult
- the result type
- All Implemented Interfaces:
- Action, Action1<Subscriber<? super TResult>>, Function, Observable.OnSubscribe<TResult>
public final class OnSubscribeMulticastSelector<TInput,TIntermediate,TResult>
extends java.lang.Object
implements Observable.OnSubscribe<TResult>
Returns an observable sequence that contains the elements of a sequence
produced by multicasting the source sequence within a selector function.
- See Also:
- MSDN: Observable.Multicast