Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratorFunctionExecution<Func, Parameters>

generator for a function execution

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • function execution generator constructor

    Parameters

    • Optional func: Func

      the function that will be generated to code

    • Rest ...parameters: Parameters

      the parameters to execute the function with in the code

    Returns GeneratorFunctionExecution

Properties

Protected funcParamSubject

funcParamSubject: Subject<object>

result

result: Observable<GeneratedResult>

Methods

observeFiles

  • observeFiles(mainFileName?: string): Observable<File[]>

update

  • update(func: Func, ...parameters: Parameters): void
  • change the function and parameters (each update emits a new value and result)

    Parameters

    • func: Func

      the new function

    • Rest ...parameters: Parameters

      the new parameters

    Returns void

Generated using TypeDoc