Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFunction2<T1, T2, R>

Type parameters

  • T1

  • T2

  • R

Hierarchy

  • IFunction2

Callable

  • __call(p1: T1, p2: T2): R
  • Parameters

    • p1: T1
    • p2: T2

    Returns R