Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnlyPushObserver<A>

Type parameters

  • A

Hierarchy

  • OnlyPushObserver

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private cb

cb: function

Type declaration

    • (a: A): void
    • Parameters

      • a: A

      Returns void

Methods

beginPulling

  • beginPulling(): void

endPulling

  • endPulling(): void

push

  • push(a: A): void

Generated using TypeDoc