Search
Preparing search index...
The search index is not available
hareactive
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Now"
PlanNow
Class PlanNow<A>
Type parameters
A
Hierarchy
Now
<
Future
<
A
>
>
PlanNow
Implements
Monad
<
Future
<
A
>
>
Index
Constructors
constructor
Properties
future
Methods
chain
flatten
lift
map
map
To
of
run
of
Constructors
constructor
new
Plan
Now
(
future
:
Future
<
Now
<
A
>
>
)
:
PlanNow
Parameters
future:
Future
<
Now
<
A
>
>
Returns
PlanNow
Properties
Private
future
future
:
Future
<
Now
<
A
>
>
Methods
chain
chain<B>
(
f
:
function
)
:
Now
<
B
>
Type parameters
B
Parameters
f:
function
(
a
:
Future
<
A
>
)
:
Now
<
B
>
Parameters
a:
Future
<
A
>
Returns
Now
<
B
>
Returns
Now
<
B
>
flatten
flatten<B>
(
now
:
Now
<
Now
<
Future
<
A
>
>
>
)
:
Now
<
Future
<
A
>
>
Type parameters
B
Parameters
now:
Now
<
Now
<
Future
<
A
>
>
>
Returns
Now
<
Future
<
A
>
>
lift
lift<T1, R>
(
f
:
function
, m
:
Now
<
T1
>
)
:
Now
<
R
>
lift<T1, T2, R>
(
f
:
function
, m1
:
Now
<
T1
>
, m2
:
Now
<
T2
>
)
:
Now
<
R
>
lift<T1, T2, T3, R>
(
f
:
function
, m1
:
Now
<
T1
>
, m2
:
Now
<
T2
>
, m3
:
Now
<
T3
>
)
:
Now
<
R
>
Type parameters
T1
R
Parameters
f:
function
(
t
:
T1
)
:
R
Parameters
t:
T1
Returns
R
m:
Now
<
T1
>
Returns
Now
<
R
>
Type parameters
T1
T2
R
Parameters
f:
function
(
t
:
T1
, u
:
T2
)
:
R
Parameters
t:
T1
u:
T2
Returns
R
m1:
Now
<
T1
>
m2:
Now
<
T2
>
Returns
Now
<
R
>
Type parameters
T1
T2
T3
R
Parameters
f:
function
(
t1
:
T1
, t2
:
T2
, t3
:
T3
)
:
R
Parameters
t1:
T1
t2:
T2
t3:
T3
Returns
R
m1:
Now
<
T1
>
m2:
Now
<
T2
>
m3:
Now
<
T3
>
Returns
Now
<
R
>
map
map<B>
(
f
:
function
)
:
Now
<
B
>
Type parameters
B
Parameters
f:
function
(
a
:
Future
<
A
>
)
:
B
Parameters
a:
Future
<
A
>
Returns
B
Returns
Now
<
B
>
map
To
map
To<B>
(
b
:
B
)
:
Now
<
B
>
Type parameters
B
Parameters
b:
B
Returns
Now
<
B
>
of
of<B>
(
b
:
B
)
:
Now
<
B
>
Type parameters
B
Parameters
b:
B
Returns
Now
<
B
>
run
run
(
)
:
Future
<
A
>
Returns
Future
<
A
>
Static
of
of<B>
(
b
:
B
)
:
Now
<
B
>
Type parameters
B
Parameters
b:
B
Returns
Now
<
B
>
Globals
"
Behavior"
"
Future"
"
Now"
"
Stream"
"frp-
common"
Async
Now
Chain
Now
Now
Of
Now
PerformIOStream
Perform
Stream
Now
Plan
Now
constructor
future
chain
flatten
lift
map
map
To
of
run
of
Sample
Now
async
perform
Stream
plan
run
run
Now
sample
Generated using
TypeDoc