index overview
Fx<A, E, R> is a representation of an Effect
-ful workflow that exists over the time dimension. It operates within a context R
, can fail with an E
, and succeed with an A
.
Any Fx
, shorthand for “Effects”, can emit 0 or more errors or events over an indefinite period of time. This is in contrast to Effect
which can only produce exactly 1 error or event.
Added in v1.18.0
Table of contents
- exports
- From “./AsyncData.js”
- From “./Emitter.js”
- From “./Form.js”
- From “./FormEntry.js”
- From “./Fx.js”
- From “./Idle.js”
- From “./Match.js”
- From “./Pull.js”
- From “./Push.js”
- From “./RefArray.js”
- From “./RefChunk.js”
- From “./RefHashMap.js”
- From “./RefHashSet.js”
- From “./RefSubject.js”
- From “./Sink.js”
- From “./Stream.js”
- From “./Subject.js”
- From “./TypeId.js”
- From “./Typeclass.js”
- From “./Versioned.js”
exports
From “./AsyncData.js”
Signature
export * as AsyncData from "./AsyncData.js"
Added in v1.18.0
From “./Emitter.js”
Signature
export * as Emitter from "./Emitter.js"
Added in v1.18.0
From “./Form.js”
Signature
export * as Form from "./Form.js"
Added in v1.18.0
From “./FormEntry.js”
Signature
export * as FormEntry from "./FormEntry.js"
Added in v1.18.0
From “./Fx.js”
Fx<A, E, R> is a representation of an Effect
-ful workflow that exists over the time dimension. It operates within a context R
, can fail with an E
, and succeed with an A
.
Any Fx
, shorthand for “Effects”, can emit 0 or more errors or events over an indefinite period of time. This is in contrast to Effect
which can only produce exactly 1 error or event.
Signature
export * from "./Fx.js"
Added in v1.18.0
From “./Idle.js”
Signature
export * as Idle from "./Idle.js"
Added in v1.18.0
From “./Match.js”
Signature
export * as Match from "./Match.js"
Added in v1.18.0
From “./Pull.js”
Signature
export * as Pull from "./Pull.js"
Added in v1.18.0
From “./Push.js”
Signature
export * as Push from "./Push.js"
Added in v1.18.0
From “./RefArray.js”
Signature
export * as RefArray from "./RefArray.js"
Added in v1.18.0
From “./RefChunk.js”
Signature
export * as RefChunk from "./RefChunk.js"
Added in v1.18.0
From “./RefHashMap.js”
Signature
export * as RefHashMap from "./RefHashMap.js"
Added in v1.18.0
From “./RefHashSet.js”
Signature
export * as RefHashSet from "./RefHashSet.js"
Added in v1.18.0
From “./RefSubject.js”
Signature
export * as RefSubject from "./RefSubject.js"
Added in v1.18.0
From “./Sink.js”
Signature
export * as Sink from "./Sink.js"
Added in v1.18.0
From “./Stream.js”
Signature
export * as Stream from "./Stream.js"
Added in v1.18.0
From “./Subject.js”
Signature
export * as Subject from "./Subject.js"
Added in v1.18.0
From “./TypeId.js”
Signature
export * from "./TypeId.js"
Added in v1.18.0
From “./Typeclass.js”
Signature
export * as Typeclass from "./Typeclass.js"
Added in v1.18.0
From “./Versioned.js”
Signature
export * as Versioned from "./Versioned.js"
Added in v1.18.0