SPeCS Packages Documentation
Preparing search index...
@specs-feup/kadabra
kadabra/adapt/Specializer
NewFunctionalMethodCaller2
Function NewFunctionalMethodCaller2
NewFunctionalMethodCaller2
(
$interface
?:
InterfaceType
|
null
,
methodName
?:
string
|
null
,
getterType
?:
string
|
null
,
defaultMethodStr
?:
string
|
null
,
)
:
|
{
$mapClass
:
undefined
;
contains
:
string
;
get
:
undefined
;
put
:
string
;
}
|
{
$mapClass
:
Class
;
contains
:
string
;
get
:
(
param
:
string
)
=>
string
;
put
:
string
;
}
Parameters
$interface
:
InterfaceType
|
null
= null
methodName
:
string
|
null
= null
getterType
:
string
|
null
= null
defaultMethodStr
:
string
|
null
= null
Returns
|
{
$mapClass
:
undefined
;
contains
:
string
;
get
:
undefined
;
put
:
string
;
}
|
{
$mapClass
:
Class
;
contains
:
string
;
get
:
(
param
:
string
)
=>
string
;
put
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SPeCS Packages Documentation
Loading...