Property | baconjs (original) (raw)

Constructors

constructor

Returns Property

Methods

and

Returns Property<boolean>

awaiting

Returns Property<boolean>

bufferingThrottle

Returns this

changes

combine

Parameters

Returns Property<R>

concat

Returns Property<V>

Parameters

Returns Property<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 Property<V2>

flatMapConcat

Parameters

Returns Property<V2>

flatMapError

Parameters

Returns Property<V | V2>

flatMapEvent

Parameters

Returns Property<V2>

flatMapFirst

Parameters

Returns Property<V2>

flatMapLatest

Parameters

Returns Property<V2>

flatMapWithConcurrencyLimit

Parameters

Returns Property<V2>

fold

Parameters

Returns Property<V2>

forEach

Returns Unsub

groupBy

Parameters

Returns Property<EventStream<V2>>

holdWhen

Returns EventStream<V>

inspect

internalDeps

last

log

Returns this

map

Parameters

Returns Property<V2>

Parameters

Returns Property<V2>

mapEnd

Returns this

mapError

Returns this

name

Returns this

not

onEnd

Returns Unsub

onError

Returns Unsub

onValue

Returns Unsub

onValues

Returns Unsub

or

Returns Property<boolean>

reduce

Parameters

Returns Property<V2>

sample

Returns EventStream<V>

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 Property<V>

subscribe

Returns Unsub

take

Returns this

takeUntil

Returns this

takeWhile

Returns this

throttle

Returns this

toEventStream

Returns EventStream<V>

toPromise

Returns Promise<V>

toProperty

toString

transform

Parameters

Returns Property<V2>

withDesc

Returns this

withDescription

Returns this

withLatestFrom

Parameters

Returns Property<R>

withStateMachine

Parameters

Returns Property<Out>

zip

Parameters

Returns EventStream<R>