Skip to main content
Module

x/rimbu/actor/mod.ts>SliceConfig.ApplyIncluder

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias SliceConfig.ApplyIncluder
import { type SliceConfig } from "https://deno.land/x/rimbu@0.14.0/actor/mod.ts";
const { ApplyIncluder } = SliceConfig;
definition: <S, AC extends ActionBase>(
state: S,
action: AC,
includeHandler: (C & { _STATE: S; _INCLUDE_ACTION_TYPE: AC; })["_INCLUDE_HANDLER"],
) => (C & { _STATE: S; })["_ACTION_HANDLER_RESULT"]