API Reference / allOf · function
Function: allOf()
function allOf(...preds): Predicate;
True where every predicate is true (interval intersection).
Parameters
| Parameter | Type |
|---|---|
...preds | Predicate[] |
function allOf(...preds): Predicate;
True where every predicate is true (interval intersection).
| Parameter | Type |
|---|---|
...preds | Predicate[] |