effect-tree
Preparing search index...
index
TreeF
MatcherF
Interface MatcherF<A, C, R>
interface
MatcherF
<
A
,
C
,
R
>
{
onBranch
:
(
node
:
A
,
forest
:
readonly
[
C
,
C
]
)
=>
R
;
onLeaf
:
(
node
:
A
)
=>
R
;
}
Type Parameters
A
C
R
Index
Properties
on
Branch
on
Leaf
Properties
on
Branch
onBranch
:
(
node
:
A
,
forest
:
readonly
[
C
,
C
]
)
=>
R
on
Leaf
onLeaf
:
(
node
:
A
)
=>
R
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
On This Page
Properties
on
Branch
on
Leaf
effect-tree
Loading...