and
Motivation
The method allows to check each passed store for thruthy values.
It can be compared with if (a && b && c && d)
.
Formulae
$result
store containstrue
if each passed store contains “truthy” values.
Arguments
The method receives any amount of arguments.
...stores: Array<Store<T>>
— Each argument must be store with a value of any kind.
Returns
$result: Store<boolean>
— The store containsfalse
if at least one passed store instores
contains “falsey” value