Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenertableFunctionExecution<Func, Parameters>

generatable for a function execution

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • function execution generatable constructor

    Parameters

    • func: Func

      the function to generate code from

    • Rest ...paramters: Parameters

      the parameters to execute the function with in the code

    Returns GenertableFunctionExecution

Properties

Protected func

func: Func

the function to generate code from

Protected parameters

parameters: Parameters

Methods

generate

  • generate(mainFileName?: string): Array<File>

generateResult

update

  • update(func: Func, ...parameters: Parameters): void
  • change the function and parameters

    Parameters

    • func: Func

      the new function

    • Rest ...parameters: Parameters

      the new parameters for that function

    Returns void

Generated using TypeDoc