Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/ChronoGraph/chrono/Identifier"

Index

Functions

CalculatedValueGenC

  • Constructor for the CalculatedValueGen class. Used only for typization purposes.

    Type parameters

    • ValueT

    Parameters

    • Rest ...args: any[]

    Returns CalculatedValueGen<ValueT>

CalculatedValueSyncC

  • Constructor for the CalculatedValueSync class. Used only for typization purposes.

    Type parameters

    • ValueT

    Parameters

    • Rest ...args: any[]

    Returns CalculatedValueSync<ValueT>

Const IdentifierC

  • Constructor for the Identifier class. Used only for typization purposes, to be able to specify the generics arguments.

    Type parameters

    Parameters

    Returns Identifier<ValueT, ContextT>

VariableC

  • VariableC<ValueT>(...args: any[]): Variable<ValueT>
  • Constructor for the Variable class. Used only for typization purposes.

    Type parameters

    • ValueT

    Parameters

    • Rest ...args: any[]

    Returns Variable<ValueT>

Generated using TypeDoc