Preparing search index...
The search index is not available
parjs
parjs
index
ParjsCombinator
Interface ParjsCombinator<TFrom, TTo>
A combinator or operator that takes a source parser that returns a new parser based on it.
interface
ParjsCombinator
<
TFrom
,
TTo
>
(
(
from
)
=>
Parjser
<
TTo
>
)
Type Parameters
TFrom
TTo
Parjs
Combinator
(
from
)
:
Parjser
<
TTo
>
Parameters
from
:
ImplicitParjser
<
TFrom
>
Returns
Parjser
<
TTo
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
A combinator or operator that takes a source parser that returns a new parser based on it.