MCPcopy Create free account

hub / github.com/deanrad/rxfx / functions

Functions271 in github.com/deanrad/rxfx

↓ 1 callersFunctioncreateTogglingEffect
( handler: EffectSource<Request, Response>, initialState?: TState )
effect/src/createEffect.ts:355
↓ 1 callersFunctiondoDemo
()
examples/file-writer/index.ts:59
↓ 1 callersMethodeasing
(easingFunction: EasingFunction = Easing.Linear.None)
animation/src/tweenjs/Tween.ts:289
↓ 1 callersFunctionfetchMany
( opts: FetchManyHTTPOptions, expandKey: string )
ajax/src/fetchMany.ts:25
↓ 1 callersFunctionfetchWithHeaders
()
ajax/src/makeSSEHandler.ts:30
↓ 1 callersMethodgetHandlingResult
( handler: EventHandler<EventType, HandlerReturnType>, event: EventType )
bus/src/bus.ts:497
↓ 1 callersFunctiongetJestAST
(spec: SlayItem)
examples/slayr/convert/jest-emitter.ts:4
↓ 1 callersFunctiongetJestTxt
(jestAST: ts.ExpressionStatement)
examples/slayr/convert/jest-emitter.ts:80
↓ 1 callersFunctionisObservable
(obj: any)
operators/test/util/after.ts:37
↓ 1 callersFunctionisRaF
(fn: any)
after/src/after.ts:146
↓ 1 callersMethodlistenBlocking
Assigns a side-effect producing function to matching events in Concurrency Mode "Blocking" (aka singleton). * A new effect is not begun if one is i
bus/src/bus.ts:362
↓ 1 callersMethodlistenQueueing
Assigns a side-effect producing function to matching events in Concurrency Mode "Queueing". * Newly returned effects are enqueued and always comple
bus/src/bus.ts:324
↓ 1 callersMethodlistenToggling
Triggers effects upon matching events, using a Toggling (gate) Concurrency Strategy. * A new effect is not begun if one is in progress, and the exi
bus/src/bus.ts:381
↓ 1 callersFunctionmakeAbortableHandler
( // The handler can return a Promise, or anything `from` can convert to an Observable handler: (req: Requ
ajax/src/makeAbortableHandler.ts:28
↓ 1 callersFunctionmonitorHandler
( opts: MonitorOptions, handler: (req: TRequest) => ObservableInput<TNext> )
service/src/modifyHandler.ts:58
↓ 1 callersMethodnextId
()
animation/src/tweenjs/Sequence.ts:7
↓ 1 callersFunctionoboeGet
( _expandKey: string, opts: FetchManyHTTPOptions )
ajax/src/fetchMany.ts:61
↓ 1 callersMethodobserve
allows callbacks to be run upon ProcessLifecycleEvents
react/src/useService.ts:26
↓ 1 callersMethodonComplete
(callback?: (object: T) => void)
animation/src/tweenjs/Tween.ts:325
↓ 1 callersMethodonUpdate
(callback?: (object: T, elapsed: number) => void)
animation/src/tweenjs/Tween.ts:315
↓ 1 callersFunctionparseSlay
(data)
examples/slayr/convert/slay-parser.ts:4
↓ 1 callersFunctionpressKey
(key)
examples/push-to-promise/index.ts:27
↓ 1 callersFunctionreducerProducer
(ACs)
service/test/types.spec.ts:13
↓ 1 callersFunctionrequest
(req: Request)
effect/src/createEffect.ts:190
↓ 1 callersFunctionrunawayDetect
(fnExit)
examples/7guis-cells/7-cells.js:59
↓ 1 callersFunctionrxGet
(expandKey: string, opts: FetchManyHTTPOptions)
ajax/src/fetchMany.ts:48
↓ 1 callersFunctionsafeReducer
(previous: TState, e: Action<any>)
service/src/createService.ts:167
↓ 1 callersFunctionshutdownAll
()
effect/src/createEffect.ts:41
↓ 1 callersFunctionshutdownSelf
()
effect/src/createEffect.ts:165
↓ 1 callersFunctionthenHandler
( resolve: (v: T) => any, reject: (e: unknown) => unknown )
after/src/after.ts:29
↓ 1 callersFunctionthresholdToggle
( workCreator: (event: T) => ObservableInput<R>, threshold: number = 2, mapper?: (_: T, inner: R) => S )
operators/src/thresholdToggle.ts:26
↓ 1 callersMethodto
(properties: UnknownProps, duration?: number)
animation/src/tweenjs/Tween.ts:64
↓ 1 callersFunctiontopologicalSort
(pkgMap)
scripts/bump-versions.mjs:62
↓ 1 callersFunctionuseClosureFilter
( args: FilterArgs<TMatchType>, deps: any[] = [] )
react/src/useClosureHandlers.ts:49
↓ 1 callersFunctionuseMyMountEvent
()
react/src/useMyMountEvent.ts:19
↓ 1 callersFunctionuseStableValue
(producer: (...args: any[]) => T)
react/src/stabilityHooks.ts:4
↓ 1 callersFunctionuseSubject
(subject: BehaviorSubject<T>)
react/src/useSubject.ts:7
↓ 1 callersFunctionvisit
(pkgName)
scripts/bump-versions.mjs:66
↓ 1 callersFunctionwhoami1
()
peer/test/peer.spec.ts:15
↓ 1 callersFunctionwhoami2
()
peer/test/peer.spec.ts:16
↓ 1 callersFunctionwriteNameSync
(name: string)
examples/file-writer/index.ts:76
FunctionALL
(_: any)
bus/src/bus.ts:530
FunctionANY
(_: any)
bus/src/bus.ts:526
FunctionCurrent
()
examples/7guis-cells/7-cells.js:87
FunctionExample
()
react/test/useWhileMounted.spec.ts:10
FunctionFxWrapper
()
react/test/useService.spec.ts:51
FunctionUnmounter
({ above = false, buttonClasses = '', children = [] })
react/src/Unmounter.tsx:11
FunctionWrapper
()
react/test/useService.spec.ts:24
FunctionaddTeardown
(teardownFn: Subscription['add'])
service/src/createService.ts:269
FunctionanyEvent
()
bus/test/bus.spec.ts:22
Methodasync
* Creates three Action Creators: * * `started: ActionCreator<Params>` * * `done: ActionCreator<{params: Params, result: Result}>` * * `failed
fsa/src/typescript-fsa.ts:132
FunctionasyncActionCreators
( type: string, commonMeta?: Meta )
fsa/src/typescript-fsa.ts:198
FunctioncancelCurrent
()
service/src/createService.ts:272
FunctioncancelCurrent
()
effect/src/createEffect.ts:200
FunctioncancelCurrentAndQueued
()
service/src/createService.ts:275
FunctioncancelCurrentAndQueued
()
effect/src/createEffect.ts:203
Functioncatch
(rejectHandler: (e: unknown) => unknown)
after/src/after.ts:37
Functioncb
()
react/test/stabilityHooks.spec.ts:18
Methodchain
(...tweens: Array<Tween<any>>)
animation/src/tweenjs/Tween.ts:300
FunctioncheckForUpdate
(i)
operators/test/queueOnlyLatest.spec.ts:10
Functioncomplete
()
operators/src/thresholdToggle.ts:63
Functioncomplete
()
operators/src/toggleMap.ts:51
Functioncomplete
()
operators/src/queueOnlyLatest.ts:37
Functioncomplete
()
operators/src/padToTime.ts:28
Functioncomplete
()
service/test/createService.spec.ts:515
Functioncomplete
()
effect/src/createEffect.ts:98
FunctioncompleteCurrent
(final?: TNext)
service/src/createService.ts:279
FunctionconsoleTracer
( e: { type: string; payload?: any } = { type: '' } )
bus/src/trace.ts:5
Methodconstructor
(private _object: T, private _group: Group | false = mainGroup)
animation/src/tweenjs/Tween.ts:50
Methodconstructor
()
bus/src/bus.ts:109
FunctioncounterReducer
(s = 0, e)
service/test/createService.spec.ts:42
FunctioncreateBlockingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:643
FunctioncreateEventSourceObservable
(config: EventSourceConfig)
ajax/src/makeSSEHandler.ts:24
FunctioncreateReplacingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:581
FunctioncreateSwitchingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:523
FunctioncreateTogglingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:707
Methoddelay
(amount = 0)
animation/src/tweenjs/Tween.ts:268
FunctiondelayFn
(req: ListRequest<T>)
service/src/createAsyncListService.ts:42
Methodduration
(d = 1000)
animation/src/tweenjs/Tween.ts:78
Methodend
()
animation/src/tweenjs/Tween.ts:218
Functionerror
(e)
ajax/test/fetchMany.spec.ts:27
Functionerror
(e)
operators/src/thresholdToggle.ts:60
Functionerror
(e)
operators/src/toggleMap.ts:48
Functionerror
(e)
operators/src/queueOnlyLatest.ts:63
Functionerror
(e)
after/test/after.spec.ts:46
Functionerror
(e: any)
peer/src/forward.ts:6
Functionerror
(e)
service/src/createService.ts:238
Functionerror
(e)
all/test/after.spec.ts:46
Functionerror
(e)
bus/test/bus.spec.ts:718
Functionfinalize
()
service/src/modifyHandler.ts:75
Functionfinalize
()
effect/src/createEffect.ts:96
MethodgetAll
()
animation/src/tweenjs/Group.ts:19
Methodgroup
(group = mainGroup)
animation/src/tweenjs/Tween.ts:263
Functionhandler
()
service/test/createService.spec.ts:253
Functionhandler
(_req: number)
service/test/modifyHandler.spec.ts:55
Methodinterpolation
(interpolationFunction: InterpolationFunction = Interpolation.Linear)
animation/src/tweenjs/Tween.ts:294
FunctionisFoo
(a: Action<any>)
bus/test/bus.spec.ts:135
MethodisPaused
()
animation/src/tweenjs/Tween.ts:60
MethodisPlaying
()
animation/src/tweenjs/Tween.ts:56
FunctionisSuccessor
(req, res)
service/test/createService.spec.ts:1057
← previousnext →101–200 of 271, ranked by callers