Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deanrad/rxfx
/ functions
Functions
271 in github.com/deanrad/rxfx
⨍
Functions
271
◇
Types & classes
57
↓ 1 callers
Function
createTogglingEffect
( handler: EffectSource<Request, Response>, initialState?: TState )
effect/src/createEffect.ts:355
↓ 1 callers
Function
doDemo
()
examples/file-writer/index.ts:59
↓ 1 callers
Method
easing
(easingFunction: EasingFunction = Easing.Linear.None)
animation/src/tweenjs/Tween.ts:289
↓ 1 callers
Function
fetchMany
( opts: FetchManyHTTPOptions, expandKey: string )
ajax/src/fetchMany.ts:25
↓ 1 callers
Function
fetchWithHeaders
()
ajax/src/makeSSEHandler.ts:30
↓ 1 callers
Method
getHandlingResult
( handler: EventHandler<EventType, HandlerReturnType>, event: EventType )
bus/src/bus.ts:497
↓ 1 callers
Function
getJestAST
(spec: SlayItem)
examples/slayr/convert/jest-emitter.ts:4
↓ 1 callers
Function
getJestTxt
(jestAST: ts.ExpressionStatement)
examples/slayr/convert/jest-emitter.ts:80
↓ 1 callers
Function
isObservable
(obj: any)
operators/test/util/after.ts:37
↓ 1 callers
Function
isRaF
(fn: any)
after/src/after.ts:146
↓ 1 callers
Method
listenBlocking
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 callers
Method
listenQueueing
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 callers
Method
listenToggling
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 callers
Function
makeAbortableHandler
( // The handler can return a Promise, or anything `from` can convert to an Observable handler: (req: Requ
ajax/src/makeAbortableHandler.ts:28
↓ 1 callers
Function
monitorHandler
( opts: MonitorOptions, handler: (req: TRequest) => ObservableInput<TNext> )
service/src/modifyHandler.ts:58
↓ 1 callers
Method
nextId
()
animation/src/tweenjs/Sequence.ts:7
↓ 1 callers
Function
oboeGet
( _expandKey: string, opts: FetchManyHTTPOptions )
ajax/src/fetchMany.ts:61
↓ 1 callers
Method
observe
allows callbacks to be run upon ProcessLifecycleEvents
react/src/useService.ts:26
↓ 1 callers
Method
onComplete
(callback?: (object: T) => void)
animation/src/tweenjs/Tween.ts:325
↓ 1 callers
Method
onUpdate
(callback?: (object: T, elapsed: number) => void)
animation/src/tweenjs/Tween.ts:315
↓ 1 callers
Function
parseSlay
(data)
examples/slayr/convert/slay-parser.ts:4
↓ 1 callers
Function
pressKey
(key)
examples/push-to-promise/index.ts:27
↓ 1 callers
Function
reducerProducer
(ACs)
service/test/types.spec.ts:13
↓ 1 callers
Function
request
(req: Request)
effect/src/createEffect.ts:190
↓ 1 callers
Function
runawayDetect
(fnExit)
examples/7guis-cells/7-cells.js:59
↓ 1 callers
Function
rxGet
(expandKey: string, opts: FetchManyHTTPOptions)
ajax/src/fetchMany.ts:48
↓ 1 callers
Function
safeReducer
(previous: TState, e: Action<any>)
service/src/createService.ts:167
↓ 1 callers
Function
shutdownAll
()
effect/src/createEffect.ts:41
↓ 1 callers
Function
shutdownSelf
()
effect/src/createEffect.ts:165
↓ 1 callers
Function
thenHandler
( resolve: (v: T) => any, reject: (e: unknown) => unknown )
after/src/after.ts:29
↓ 1 callers
Function
thresholdToggle
( workCreator: (event: T) => ObservableInput<R>, threshold: number = 2, mapper?: (_: T, inner: R) => S )
operators/src/thresholdToggle.ts:26
↓ 1 callers
Method
to
(properties: UnknownProps, duration?: number)
animation/src/tweenjs/Tween.ts:64
↓ 1 callers
Function
topologicalSort
(pkgMap)
scripts/bump-versions.mjs:62
↓ 1 callers
Function
useClosureFilter
( args: FilterArgs<TMatchType>, deps: any[] = [] )
react/src/useClosureHandlers.ts:49
↓ 1 callers
Function
useMyMountEvent
()
react/src/useMyMountEvent.ts:19
↓ 1 callers
Function
useStableValue
(producer: (...args: any[]) => T)
react/src/stabilityHooks.ts:4
↓ 1 callers
Function
useSubject
(subject: BehaviorSubject<T>)
react/src/useSubject.ts:7
↓ 1 callers
Function
visit
(pkgName)
scripts/bump-versions.mjs:66
↓ 1 callers
Function
whoami1
()
peer/test/peer.spec.ts:15
↓ 1 callers
Function
whoami2
()
peer/test/peer.spec.ts:16
↓ 1 callers
Function
writeNameSync
(name: string)
examples/file-writer/index.ts:76
Function
ALL
(_: any)
bus/src/bus.ts:530
Function
ANY
(_: any)
bus/src/bus.ts:526
Function
Current
()
examples/7guis-cells/7-cells.js:87
Function
Example
()
react/test/useWhileMounted.spec.ts:10
Function
FxWrapper
()
react/test/useService.spec.ts:51
Function
Unmounter
({ above = false, buttonClasses = '', children = [] })
react/src/Unmounter.tsx:11
Function
Wrapper
()
react/test/useService.spec.ts:24
Function
addTeardown
(teardownFn: Subscription['add'])
service/src/createService.ts:269
Function
anyEvent
()
bus/test/bus.spec.ts:22
Method
async
* Creates three Action Creators: * * `started: ActionCreator<Params>` * * `done: ActionCreator<{params: Params, result: Result}>` * * `failed
fsa/src/typescript-fsa.ts:132
Function
asyncActionCreators
( type: string, commonMeta?: Meta )
fsa/src/typescript-fsa.ts:198
Function
cancelCurrent
()
service/src/createService.ts:272
Function
cancelCurrent
()
effect/src/createEffect.ts:200
Function
cancelCurrentAndQueued
()
service/src/createService.ts:275
Function
cancelCurrentAndQueued
()
effect/src/createEffect.ts:203
Function
catch
(rejectHandler: (e: unknown) => unknown)
after/src/after.ts:37
Function
cb
()
react/test/stabilityHooks.spec.ts:18
Method
chain
(...tweens: Array<Tween<any>>)
animation/src/tweenjs/Tween.ts:300
Function
checkForUpdate
(i)
operators/test/queueOnlyLatest.spec.ts:10
Function
complete
()
operators/src/thresholdToggle.ts:63
Function
complete
()
operators/src/toggleMap.ts:51
Function
complete
()
operators/src/queueOnlyLatest.ts:37
Function
complete
()
operators/src/padToTime.ts:28
Function
complete
()
service/test/createService.spec.ts:515
Function
complete
()
effect/src/createEffect.ts:98
Function
completeCurrent
(final?: TNext)
service/src/createService.ts:279
Function
consoleTracer
( e: { type: string; payload?: any } = { type: '' } )
bus/src/trace.ts:5
Method
constructor
(private _object: T, private _group: Group | false = mainGroup)
animation/src/tweenjs/Tween.ts:50
Method
constructor
()
bus/src/bus.ts:109
Function
counterReducer
(s = 0, e)
service/test/createService.spec.ts:42
Function
createBlockingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:643
Function
createEventSourceObservable
(config: EventSourceConfig)
ajax/src/makeSSEHandler.ts:24
Function
createReplacingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:581
Function
createSwitchingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:523
Function
createTogglingService
( actionNamespace: string, handler: EventHandler<TRequest, TNext>, reducerProducer?: ReducerProducer<TRe
service/src/createService.ts:707
Method
delay
(amount = 0)
animation/src/tweenjs/Tween.ts:268
Function
delayFn
(req: ListRequest<T>)
service/src/createAsyncListService.ts:42
Method
duration
(d = 1000)
animation/src/tweenjs/Tween.ts:78
Method
end
()
animation/src/tweenjs/Tween.ts:218
Function
error
(e)
ajax/test/fetchMany.spec.ts:27
Function
error
(e)
operators/src/thresholdToggle.ts:60
Function
error
(e)
operators/src/toggleMap.ts:48
Function
error
(e)
operators/src/queueOnlyLatest.ts:63
Function
error
(e)
after/test/after.spec.ts:46
Function
error
(e: any)
peer/src/forward.ts:6
Function
error
(e)
service/src/createService.ts:238
Function
error
(e)
all/test/after.spec.ts:46
Function
error
(e)
bus/test/bus.spec.ts:718
Function
finalize
()
service/src/modifyHandler.ts:75
Function
finalize
()
effect/src/createEffect.ts:96
Method
getAll
()
animation/src/tweenjs/Group.ts:19
Method
group
(group = mainGroup)
animation/src/tweenjs/Tween.ts:263
Function
handler
()
service/test/createService.spec.ts:253
Function
handler
(_req: number)
service/test/modifyHandler.spec.ts:55
Method
interpolation
(interpolationFunction: InterpolationFunction = Interpolation.Linear)
animation/src/tweenjs/Tween.ts:294
Function
isFoo
(a: Action<any>)
bus/test/bus.spec.ts:135
Method
isPaused
()
animation/src/tweenjs/Tween.ts:60
Method
isPlaying
()
animation/src/tweenjs/Tween.ts:56
Function
isSuccessor
(req, res)
service/test/createService.spec.ts:1057
← previous
next →
101–200 of 271, ranked by callers