Skip to main content
Module

x/rimbu/actor/obs.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@0.12.3/actor/obs.ts";

Functions

Returns an Obs instance with the given initState as initial state.

Interfaces

An observable entity that contains potentially complex state and methods to manipulate the state.

A readonly observable entity that contains potentially complex state.

Type Aliases

A function performing some action given the newState and the oldState.

A generic function that is called to unsubscribe a subscription.