Theia API Documentation v1.65.0
    Preparing search index...

    Class AbstractObservable<T, TChange>Abstract

    Represents an observable value.

    Type Parameters

    • T

      The type of values the observable can hold.

    • TChange

      Describes how or why the observable changed. While observers might miss intermediate values of an observable, they will receive all change notifications as long as they are subscribed.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods