Skip to main content
Module

x/ramda/mod.ts>all

:ram: Practical functional Javascript
Latest
variable all
import { all } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns true if all elements of the list match the predicate, false if there are any that don't.

Dispatches to the all method of the second argument, if present.

Acts as a transducer if a transformer is given in list position.