Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Mapper<TIn, TOut>

A method which is used to map values of one type to another across a list.

Type parameters

  • TIn

    The type of the values in the list

  • TOut

    The type of the values generated by the mapper

Hierarchy

  • Mapper

Callable

  • __call(value: TIn): TOut
  • A function which is called to map values in a list from one type to another

    Parameters

    • value: TIn

      The value of the item to be mapped

    Returns TOut

    The mapped value which will appear in the output list

Generated using TypeDoc