Skip to main content
Module

x/fun/filterable.ts

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
import * as fun from "https://deno.land/x/fun@v2.0.0/filterable.ts";

Filterable is a structure that allows one to remove or refine a data structure.

Interfaces

A Filterable structure allows one to filter over the values contained in the structure. This includes standard filter, filterMap, partition, and partitionMap.