Skip to content

self-assert / Requirements / and

Function: and()

and<ValueType>(...conditions): Predicate<ValueType>

Combines multiple conditions using logical AND

Type Parameters

Type Parameter
ValueType

Parameters

ParameterType
...conditionsPredicate<ValueType>[]

Returns

Predicate<ValueType>