Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
MethodResult
Type alias MethodResult<T>
Method
Result
<
T
>
:
T
extends
"normal"
?
NormalMethodResult
:
T
extends
"record"
?
RecordMethodResult
:
T
extends
"variant"
?
VariantMethodResult
:
T
extends
"tuple"
?
TupleMethodResult
:
T
extends
"optional"
?
OptionalMethodResult
:
T
extends
"vector"
?
VectorMethodResult
:
T
extends
"number"
?
NumberMethodResult
:
T
extends
"text"
?
TextMethodResult
:
T
extends
"boolean"
?
BooleanMethodResult
:
T
extends
"principal"
?
PrincipalMethodResult
:
(
...
)
extends
(
...
)
?
(
...
)
:
(
...
)
Type Parameters
T
extends
ReturnDataType
=
ReturnDataType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...