Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoreStream<T, E>

StoreStream wraps an Observable, allowing for future underlying logic manipulation without worrying about breaking API's.

Type parameters

  • T

  • E = any

Hierarchy

Implemented by

Index

Methods

  • Subscribe to Observable stream.

    Parameters

    Returns Subscription

    subscription to stream.

  • unsubscribe(): void

Generated using TypeDoc