Tegral
0.0.5-SNAPSHOT
jvm
tegral-niwen-parser
/
guru.zoroark.tegral.niwen.parser.dsl
/
addBranch
add
Branch
inline
fun
<
T
>
EitherBuilder
<
T
>
.
addBranch
(
branchInit
:
EitherBranchBuilder
<
T
>
.
(
)
->
Unit
)
Add a branch to this builder. The branch is first initialized through the
branchInit
argument.