SPeCS Packages Documentation
Preparing search index...
@specs-feup/kadabra
kadabra/adapt/Adapter
FunctionGenerator
Function FunctionGenerator
FunctionGenerator
(
$adapterMethod
:
Method
,
$interfaceMethod
:
Method
,
$storingClass
?:
Class
,
)
:
{
$adaptMethod
:
Method
;
generate
:
(
...
args
:
string
[]
)
=>
string
;
generateQualified
:
(
...
args
:
string
[]
)
=>
string
;
}
Parameters
$adapterMethod
:
Method
$interfaceMethod
:
Method
$storingClass
:
Class
= ...
Returns
{
$adaptMethod
:
Method
;
generate
:
(
...
args
:
string
[]
)
=>
string
;
generateQualified
:
(
...
args
:
string
[]
)
=>
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SPeCS Packages Documentation
Loading...