f::and (public)

 f::and xs

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Reduces a list of boolean values using && Examples: f::and {1 1 0 1} = 0 f::and {1 1 1 1} = 1

Parameters:
xs
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::and f::and test_functional_api->f::and f::fold f::fold (public) f::and->f::fold f::all f::all (public) f::all->f::and

Testcases:
functional_api
Source code:
    fold && 1 $xs
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: