コード例 #1
0
 public static System.Reactive.Linq.IQbservable <TResult> Let <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <System.IObservable <TSource>, System.IObservable <TResult> > > selector)
 {
     throw null;
 }
コード例 #2
0
 public static System.Reactive.Linq.IQbservable <TResult> ManySelect <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <System.IObservable <TSource>, TResult> > selector, System.Reactive.Concurrency.IScheduler scheduler)
 {
     throw null;
 }
コード例 #3
0
 public static System.Reactive.Linq.IQbservable <TSource> Expand <TSource>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, System.IObservable <TSource> > > selector)
 {
     throw null;
 }
コード例 #4
0
 public static System.Reactive.Linq.IQbservable <TResult> ForkJoin <TSource1, TSource2, TResult>(this System.Reactive.Linq.IQbservable <TSource1> first, System.IObservable <TSource2> second, System.Linq.Expressions.Expression <System.Func <TSource1, TSource2, TResult> > resultSelector)
 {
     throw null;
 }
コード例 #5
0
 public static System.Reactive.Linq.IQbservable <TSource> Filter <TSource>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, bool> > predicate)
 {
 }
コード例 #6
0
 public static System.Reactive.Linq.IQbservable <TResult> Map <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, TResult> > selector)
 {
 }
コード例 #7
0
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TCollection, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, System.IObservable <TCollection> > > collectionSelector, System.Linq.Expressions.Expression <System.Func <TSource, int, TCollection, int, TResult> > resultSelector)
 {
 }
コード例 #8
0
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TTaskResult, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, System.Threading.CancellationToken, System.Threading.Tasks.Task <TTaskResult> > > taskSelector, System.Linq.Expressions.Expression <System.Func <TSource, int, TTaskResult, TResult> > resultSelector)
 {
 }
コード例 #9
0
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, System.Threading.Tasks.Task <TResult> > > selector)
 {
 }
コード例 #10
0
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, System.IObservable <TResult> > > onNext, System.Linq.Expressions.Expression <System.Func <System.Exception, System.IObservable <TResult> > > onError, System.Linq.Expressions.Expression <System.Func <System.IObservable <TResult> > > onCompleted)
 {
 }
コード例 #11
0
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, int, System.Collections.Generic.IEnumerable <TResult> > > selector)
 {
 }
コード例 #12
0
 public static System.Reactive.Linq.IQbservable <TOther> FlatMap <TSource, TOther>(this System.Reactive.Linq.IQbservable <TSource> source, System.IObservable <TOther> other)
 {
 }
コード例 #13
0
 public static System.Reactive.Linq.IQbservable <TSource> Remotable <TSource>(this System.Reactive.Linq.IQbservable <TSource> source, System.Runtime.Remoting.Lifetime.ILease lease)
 {
     throw null;
 }
コード例 #14
0
 public static System.Reactive.Linq.IQbservable <TSource> Remotable <TSource>(this System.Reactive.Linq.IQbservable <TSource> source)
 {
     throw null;
 }
 public static System.Reactive.Linq.IQbservable <TResult> FlatMap <TSource, TCollection, TResult>(this System.Reactive.Linq.IQbservable <TSource> source, System.Linq.Expressions.Expression <System.Func <TSource, System.Collections.Generic.IEnumerable <TCollection> > > collectionSelector, System.Linq.Expressions.Expression <System.Func <TSource, TCollection, TResult> > resultSelector)
 {
     throw null;
 }