Search
Preparing search index...
The search index is not available
hareactive
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Now"
PerformIOStream
Class PerformIOStream<A>
Type parameters
A
Hierarchy
Stream
<
A
>
PerformIOStream
Index
Constructors
constructor
Properties
child
nr
OfListeners
Methods
add
Listener
filter
map
map
To
merge
push
remove
Listener
scan
scanS
subscribe
Constructors
constructor
new
PerformIOStream
(
s
:
Stream
<
IO
<
A
>
>
)
:
PerformIOStream
Parameters
s:
Stream
<
IO
<
A
>
>
Returns
PerformIOStream
Properties
child
child
:
Consumer
<
A
>
nr
OfListeners
nr
OfListeners
:
number
Methods
add
Listener
add
Listener
(
c
:
Consumer
<
A
>
)
:
void
Parameters
c:
Consumer
<
A
>
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
(
io
:
IO
<
A
>
)
:
void
Parameters
io:
IO
<
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"
Async
Now
Chain
Now
Now
Of
Now
PerformIOStream
constructor
child
nr
OfListeners
add
Listener
filter
map
map
To
merge
push
remove
Listener
scan
scanS
subscribe
Perform
Stream
Now
Plan
Now
Sample
Now
async
perform
Stream
plan
run
run
Now
sample
Generated using
TypeDoc