Preparing search index...
The search index is not available
@gobstones/gobstones-core - v0.6.0
@gobstones/gobstones-core
Expectations/Matchers
allToSatisfy
Function allToSatisfy
Answer if all the element of the actual value satisfy a given criteria.
all
To
Satisfy
(
actual
,
criteria
)
:
boolean
Parameters
actual
:
unknown
[]
criteria
:
(
(
elem
:
unknown
)
=>
boolean
)
(
elem
)
:
boolean
Parameters
elem
:
unknown
Returns
boolean
Returns
boolean
Settings
Member Visibility
Internal
Protected
Private
Inherited
Theme
OS
Light
Dark
Overview
Loading...
Answer if all the element of the actual value satisfy a given criteria.