Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MapToStream<A>

Type parameters

  • A

Hierarchy

Index

Constructors

constructor

Properties

child

child: Consumer<A>

nrOfListeners

nrOfListeners: number

Private val

val: A

Methods

addListener

filter

  • filter(fn: function): Stream<A>

map

  • map<B>(fn: function): Stream<B>
  • Type parameters

    • B

    Parameters

    • fn: function
        • (a: A): B
        • Parameters

          • a: A

          Returns B

    Returns Stream<B>

mapTo

merge

push

  • push(a: any): void

removeListener

  • removeListener(listener: Consumer<any>): void

scan

scanS

  • Type parameters

    • B

    Parameters

    • fn: function
        • (a: A, b: B): B
        • Parameters

          • a: A
          • b: B

          Returns B

    • startingValue: B

    Returns Behavior<Stream<B>>

subscribe

Generated using TypeDoc