every()
areTrue().every()
areTrue().every()
Checks whether every of the provided values
of areTrue()
is a boolean
type or an instance of Boolean
equal to true
.
The method uses every()
method of areDeterminer()
.
Returns
The return value is a boolean
indicating whether the provided values
of areTrue()
are a boolean
type or an instance of Boolean
equal to true
.
Example usage
Last updated