Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Provider<T>

Type parameters

  • T

Hierarchy

  • Provider

Callable

  • Provider(): T
  • Provider<DefValT>(defValue: DefValT): T | DefValT
  • Returns bound to this provider value. Throws the exception if it's not found. If throwing the exception is not desired any value to the provider should be passed

    Returns T

  • Returns bound to this provider value. Returns default one if the bound value is not found

    Type parameters

    • DefValT

    Parameters

    • defValue: DefValT

    Returns T | DefValT

Index

Properties

Readonly [ID_SYMBOL]

[ID_SYMBOL]: number

Readonly [NAME_SYMBOL]

[NAME_SYMBOL]: string

Generated using TypeDoc