Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHolder<T>

An interface that enforce object holding.

It specifies that any object compliant with the Holder interface have to provide a way to retrieve a value.

Type parameters

  • T

    The of holded value.

Hierarchy

  • IHolder

Implemented by

Index

Properties

Properties

obs$

obs$: Observable<T>

an observable on an object of type T

Generated using TypeDoc