Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
BottomConfigurationChain
Interface BottomConfigurationChain<Specifics>
interface
BottomConfigurationChain
<
Specifics
extends
TypirSpecifics
>
{
finish
()
:
BottomType
;
inferenceRule
<
T
extends
TypirSpecifics
>
(
rule
:
InferCurrentTypeRule
<
BottomType
,
Specifics
,
T
>
,
)
:
BottomConfigurationChain
<
Specifics
>
;
}
Type Parameters
Specifics
extends
TypirSpecifics
Index
Methods
finish
inference
Rule
Methods
finish
finish
()
:
BottomType
Returns
BottomType
inference
Rule
inferenceRule
<
T
extends
TypirSpecifics
>
(
rule
:
InferCurrentTypeRule
<
BottomType
,
Specifics
,
T
>
,
)
:
BottomConfigurationChain
<
Specifics
>
Type Parameters
T
extends
TypirSpecifics
Parameters
rule
:
InferCurrentTypeRule
<
BottomType
,
Specifics
,
T
>
Returns
BottomConfigurationChain
<
Specifics
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
finish
inference
Rule
Documentation - v0.3.0
Loading...