Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Lambda<R>

Type of lambda expression with single argument

Type parameters

  • R

    Type of outcome result. void type by default.

    let helloWorldExp: Lambda<string> = (): string => "Hello world";

Hierarchy

  • Lambda

Callable

  • __call(): R
  • Type of lambda expression with single argument

    Returns R

Index

Properties

Properties

Optional name

name: string

Generated using TypeDoc