Tegral
0.0.5-SNAPSHOT
jvm
tegral-niwen-parser
/
guru.zoroark.tegral.niwen.parser.expectations
/
EitherBranch
Either
Branch
class
EitherBranch
<
T
>
(
val
expectations
:
List
<
Expectation
<
T
,
*
>
>
)
A branch for the
ExpectedEither
expectation.
Members
Constructors
Either
Branch
Link copied to clipboard
constructor
(
expectations
:
List
<
Expectation
<
T
,
*
>
>
)
Properties
expectations
Link copied to clipboard
val
expectations
:
List
<
Expectation
<
T
,
*
>
>
The expectations that are a part of this branch.