Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProjectionFunction<T>

A projection function is a function that takes a set of atom values and returns a new value for the projector.

typeparam

type of the projectors's value.

Type parameters

  • T

Hierarchy

  • ProjectionFunction

Callable

  • ProjectionFunction(...args: unknown[]): T
  • A projection function is a function that takes a set of atom values and returns a new value for the projector.

    Parameters

    • Rest ...args: unknown[]

    Returns T

Generated using TypeDoc