Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CbObserver<A>

Type parameters

  • A

Hierarchy

  • CbObserver

Implements

Index

Constructors

constructor

  • new CbObserver(_push: function, _beginPulling: function, _endPulling: function, source: Behavior<A>): CbObserver
  • Parameters

    • _push: function
        • (a: A): void
        • Parameters

          • a: A

          Returns void

    • _beginPulling: function
        • (): void
        • Returns void

    • _endPulling: function
        • (): void
        • Returns void

    • source: Behavior<A>

    Returns CbObserver

Properties

Private _beginPulling

_beginPulling: function

Type declaration

    • (): void
    • Returns void

Private _endPulling

_endPulling: function

Type declaration

    • (): void
    • Returns void

Private _push

_push: function

Type declaration

    • (a: A): void
    • Parameters

      • a: A

      Returns void

Private source

source: Behavior<A>

Methods

beginPulling

  • beginPulling(): void

endPulling

  • endPulling(): void

push

  • push(a: A): void

Generated using TypeDoc