list.all_of
checks if all list atoms accepted by predicate
available since version: 0.1
Note: also data.mlist
inlets:
- Input list
type: control
- input value from predicate. "1" means accepted. "0" means reject.
type: control
outlets:
- 1 - if predicate object returns true for all the elements or list is empty or 0 otherwise.
type: control
- atom to predicate
type: control
keywords:
list
predicate
all
See also:
[list.none_of]
Authors: Serge Poltavsky
License: GPL3 or later