Function ExtractFunctionalInterface
- ExtractFunctionalInterface(targetMethod, targetClass?, targetFile?, associate?, newFile?): {
$defaultMethod: undefined | Method;
$function: Method;
$interface: InterfaceType;
targetMethodName: string;
} Parameters
- targetMethod: string
- targetClass: string = ".*"
- targetFile: string = ".*"
- associate: boolean = false
- newFile: boolean = true
Returns {
$defaultMethod: undefined | Method;
$function: Method;
$interface: InterfaceType;
targetMethodName: string;
}
$defaultMethod: undefined | Method
targetMethodName: string