Preparing search index...
The search index is not available
parjs
parjs
combinators
each
Function each
each
<
T
>
(
action
)
:
ParjsCombinator
<
T
,
T
>
Applies
action
to each result emitted by the source parser and emits its results unchanged.
Type Parameters
T
Parameters
action
:
ParjsProjection
<
T
,
void
>
Returns
ParjsCombinator
<
T
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Applies
action
to each result emitted by the source parser and emits its results unchanged.