Search
Preparing search index...
The search index is not available
hareactive
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Stream"
ChangesStream
Class ChangesStream<A>
Type parameters
A
Hierarchy
Stream
<
A
>
ChangesStream
Index
Constructors
constructor
Properties
b
child
nr
OfListeners
Methods
add
Listener
begin
Pulling
end
Pulling
filter
map
map
To
merge
push
remove
Listener
scan
scanS
subscribe
Constructors
constructor
new
Changes
Stream
(
b
:
Behavior
<
A
>
)
:
ChangesStream
Parameters
b:
Behavior
<
A
>
Returns
ChangesStream
Properties
Private
b
b
:
Behavior
<
A
>
child
child
:
Consumer
<
A
>
nr
OfListeners
nr
OfListeners
:
number
Methods
add
Listener
add
Listener
(
c
:
Consumer
<
A
>
)
:
void
Parameters
c:
Consumer
<
A
>
Returns
void
begin
Pulling
begin
Pulling
(
)
:
void
Returns
void
end
Pulling
end
Pulling
(
)
:
void
Returns
void
filter
filter
(
fn
:
function
)
:
Stream
<
A
>
Parameters
fn:
function
(
a
:
A
)
:
boolean
Parameters
a:
A
Returns
boolean
Returns
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
>
map
To
map
To<B>
(
val
:
B
)
:
Stream
<
B
>
Type parameters
B
Parameters
val:
B
Returns
Stream
<
B
>
merge
merge<B>
(
otherStream
:
Stream
<
B
>
)
:
Stream
<
A
|
B
>
Type parameters
B
Parameters
otherStream:
Stream
<
B
>
Returns
Stream
<
A
|
B
>
push
push
(
a
:
A
)
:
void
Parameters
a:
A
Returns
void
remove
Listener
remove
Listener
(
listener
:
Consumer
<
any
>
)
:
void
Parameters
listener:
Consumer
<
any
>
Returns
void
scan
scan<B>
(
fn
:
function
, init
:
B
)
:
Behavior
<
Behavior
<
B
>
>
Type parameters
B
Parameters
fn:
function
(
a
:
A
, b
:
B
)
:
B
Parameters
a:
A
b:
B
Returns
B
init:
B
Returns
Behavior
<
Behavior
<
B
>
>
scanS
scanS<B>
(
fn
:
function
, startingValue
:
B
)
:
Behavior
<
Stream
<
B
>
>
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
subscribe
(
fn
:
function
)
:
Consumer
<
A
>
Parameters
fn:
function
(
a
:
A
)
:
void
Parameters
a:
A
Returns
void
Returns
Consumer
<
A
>
Globals
"
Behavior"
"
Future"
"
Now"
"
Stream"
"frp-
common"
Changes
Stream
constructor
b
child
nr
OfListeners
add
Listener
begin
Pulling
end
Pulling
filter
map
map
To
merge
push
remove
Listener
scan
scanS
subscribe
Filter
Stream
Map
Stream
Map
ToStream
Scan
Stream
Sink
Stream
Snapshot
Stream
Snapshot
With
Stream
Stream
Switch
Behavior
Stream
Switch
Outer
changes
empty
filter
is
Stream
map
merge
merge
List
publish
scanS
snapshot
snapshot
With
subscribe
switch
Stream
Generated using
TypeDoc