Function NewFunctionalMethodCaller2
- NewFunctionalMethodCaller2($interface?, methodName?, getterType?, defaultMethodStr?): {
$mapClass: undefined;
contains: string;
get: undefined;
put: string;
} | {
$mapClass: Class;
contains: string;
get: ((param: string) => string);
put: string;
} Parameters
- $interface: null | InterfaceType = null
- methodName: null | string = null
- getterType: null | string = null
- defaultMethodStr: null | string = null
Returns {
$mapClass: undefined;
contains: string;
get: undefined;
put: string;
} | {
$mapClass: Class;
contains: string;
get: ((param: string) => string);
put: string;
}