list.none_of
checks if none of list atoms is accepted by predicate
доступно с версии: 0.1
входы:
- Input list
тип: control
- input value from predicate. "1" means accepted. "0" means reject.
тип: control
выходы:
- 1 - if predicate object returns true for all the elements or list is empty or 0 otherwise.
тип: control
- atom to predicate
тип: control
ключевые слова:
list
predicate
none
Смотрите также:
[list.all_of]
[list.any_of]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later