public toAsync( func: () => TResult , scheduler?: IScheduler , context?: any ) : () => Rx.Observable<TResult>
Defined in rx.async.d.ts:12
Parameters
func: () => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
() => Rx.Observable<TResult>
public toAsync( func: (arg1: T1) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1) => Rx.Observable<TResult>
Defined in rx.async.d.ts:13
Parameters
func: (arg1: T1) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1) => Rx.Observable<TResult>
Defined in rx.async.d.ts:14
Parameters
func: (arg1?: T1) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1) => Rx.Observable<TResult>
public toAsync( func: (...args: T1[]) => TResult , scheduler?: IScheduler , context?: any ) : (...args: T1[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:15
Parameters
func: (...args: T1[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(...args: T1[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2) => Rx.Observable<TResult>
Defined in rx.async.d.ts:16
Parameters
func: (arg1: T1, arg2: T2) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2?: T2) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2?: T2) => Rx.Observable<TResult>
Defined in rx.async.d.ts:17
Parameters
func: (arg1: T1, arg2?: T2) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2?: T2) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, arg2?: T2) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, arg2?: T2) => Rx.Observable<TResult>
Defined in rx.async.d.ts:18
Parameters
func: (arg1?: T1, arg2?: T2) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, arg2?: T2) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, ...args: T2[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, ...args: T2[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:19
Parameters
func: (arg1: T1, ...args: T2[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, ...args: T2[]) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, ...args: T2[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, ...args: T2[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:20
Parameters
func: (arg1?: T1, ...args: T2[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, ...args: T2[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3: T3) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3: T3) => Rx.Observable<TResult>
Defined in rx.async.d.ts:21
Parameters
func: (arg1: T1, arg2: T2, arg3: T3) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3: T3) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3?: T3) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3?: T3) => Rx.Observable<TResult>
Defined in rx.async.d.ts:22
Parameters
func: (arg1: T1, arg2: T2, arg3?: T3) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3?: T3) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2?: T2, arg3?: T3) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2?: T2, arg3?: T3) => Rx.Observable<TResult>
Defined in rx.async.d.ts:23
Parameters
func: (arg1: T1, arg2?: T2, arg3?: T3) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2?: T2, arg3?: T3) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, arg2?: T2, arg3?: T3) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, arg2?: T2, arg3?: T3) => Rx.Observable<TResult>
Defined in rx.async.d.ts:24
Parameters
func: (arg1?: T1, arg2?: T2, arg3?: T3) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, arg2?: T2, arg3?: T3) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, ...args: T3[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, ...args: T3[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:25
Parameters
func: (arg1: T1, arg2: T2, ...args: T3[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, ...args: T3[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2?: T2, ...args: T3[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2?: T2, ...args: T3[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:26
Parameters
func: (arg1: T1, arg2?: T2, ...args: T3[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2?: T2, ...args: T3[]) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, arg2?: T2, ...args: T3[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, arg2?: T2, ...args: T3[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:27
Parameters
func: (arg1?: T1, arg2?: T2, ...args: T3[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, arg2?: T2, ...args: T3[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Rx.Observable<TResult>
Defined in rx.async.d.ts:28
Parameters
func: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3: T3, arg4?: T4) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3: T3, arg4?: T4) => Rx.Observable<TResult>
Defined in rx.async.d.ts:29
Parameters
func: (arg1: T1, arg2: T2, arg3: T3, arg4?: T4) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3: T3, arg4?: T4) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3?: T3, arg4?: T4) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
Defined in rx.async.d.ts:30
Parameters
func: (arg1: T1, arg2: T2, arg3?: T3, arg4?: T4) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2?: T2, arg3?: T3, arg4?: T4) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2?: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
Defined in rx.async.d.ts:31
Parameters
func: (arg1: T1, arg2?: T2, arg3?: T3, arg4?: T4) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2?: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, arg2?: T2, arg3?: T3, arg4?: T4) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, arg2?: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
Defined in rx.async.d.ts:32
Parameters
func: (arg1?: T1, arg2?: T2, arg3?: T3, arg4?: T4) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, arg2?: T2, arg3?: T3, arg4?: T4) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3: T3, ...args: T4[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3: T3, ...args: T4[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:33
Parameters
func: (arg1: T1, arg2: T2, arg3: T3, ...args: T4[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3: T3, ...args: T4[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2: T2, arg3?: T3, ...args: T4[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:34
Parameters
func: (arg1: T1, arg2: T2, arg3?: T3, ...args: T4[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>
public toAsync( func: (arg1: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:35
Parameters
func: (arg1: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>
public toAsync( func: (arg1?: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => TResult , scheduler?: IScheduler , context?: any ) : (arg1?: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>
Defined in rx.async.d.ts:36
Parameters
func: (arg1?: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => TResult
scheduler?: IScheduler optional
context?: any optional
Returns
(arg1?: T1, arg2?: T2, arg3?: T3, ...args: T4[]) => Rx.Observable<TResult>