EventStream | baconjs (original) (raw)

Constructors

constructor

Returns EventStream

Methods

awaiting

Returns Property<boolean>

bufferWithCount

Returns EventStream<V[]>

bufferWithTime

Returns EventStream<V[]>

bufferWithTimeOrCount

Returns EventStream<V[]>

bufferingThrottle

Returns this

changes

combine

Parameters

Returns Property<R>

concat

Returns EventStream<V>

Parameters

Returns EventStream<V | V2>

debounce

Returns this

debounceImmediate

Returns this

decode

Parameters

Returns Property<DecodedValueOf<T>>

delay

Returns this

deps

diff

Parameters

Returns Property<V2>

doAction

Returns this

doEnd

Returns this

doError

Returns this

doLog

Returns this

endAsValue

endOnError

Returns this

errors

filter

Parameters

Returns ObservableWithParam<this, S>

Returns this

first

firstToPromise

Returns Promise<V>

flatMap

Parameters

Returns EventStream<V2>

flatMapConcat

Parameters

Returns EventStream<V2>

flatMapError

Parameters

Returns EventStream<V | V2>

flatMapEvent

Parameters

Returns EventStream<V2>

flatMapFirst

Parameters

Returns EventStream<V2>

flatMapLatest

Parameters

Returns EventStream<V2>

flatMapWithConcurrencyLimit

Parameters

Returns EventStream<V2>

flatScan

Parameters

Returns Property<V2>

fold

Parameters

Returns Property<V2>

forEach

Returns Unsub

groupBy

Parameters

Returns EventStream<EventStream<V2>>

holdWhen

Returns EventStream<V>

inspect

internalDeps

last

log

Returns this

map

Parameters

Returns EventStream<V2>

Parameters

Returns EventStream<V2>

mapEnd

Returns this

mapError

Returns this

merge

Returns EventStream<V>

Parameters

Returns EventStream<V | V2>

name

Returns this

not

onEnd

Returns Unsub

onError

Returns Unsub

onValue

Returns Unsub

onValues

Returns Unsub

reduce

Parameters

Returns Property<V2>

sampledBy

Returns EventStream<V>

Returns Property<V>

Returns Observable<V>

scan

Parameters

Returns Property<V2>

skip

Returns this

skipDuplicates

Returns this

skipErrors

skipUntil

Returns this

skipWhile

Returns this

slidingWindow

Returns Property<V[]>

startWith

Returns EventStream<V>

subscribe

Returns Unsub

take

Returns this

takeUntil

Returns this

takeWhile

Returns this

throttle

Returns this

toEventStream

toPromise

Returns Promise<V>

toProperty

Returns Property<V>

toString

transform

Parameters

Returns EventStream<V2>

withDesc

Returns this

withDescription

Returns this

withLatestFrom

Parameters

Returns EventStream<R>

withStateMachine

Parameters

Returns EventStream<Out>

zip

Parameters

Returns EventStream<R>