turbolift-extra-effects
turbolift-extra-effects
API
turbolift
effects
AutoInc
AutoIncSignature
ConsumerEffect
ConsumerSignature
Generator
Step
Yield
MonoGraph
AtApply
MonoGraphSignature
PolyGraph
AtApply
PolyGraphSignature
ProducerEffect
ProducerSignature
handlers
turbolift-extra-effects
/
turbolift
/
turbolift.effects
/
PolyGraph
/
AtApply
AtApply
turbolift.effects.PolyGraph.AtApply
final
class
AtApply
(
k
:
K
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
binary
(
from1
:
K
,
from2
:
K
)(
f
: (
V
,
V
)
=>
V
):
Computation
[
Unit
,
this
.
type
]
def
const
(
value
:
V
):
Computation
[
Unit
,
this
.
type
]
def
empty
:
Computation
[
Unit
,
this
.
type
]
def
fold
(
froms
:
Vector
[
K
],
initial
:
V
)(
f
: (
V
,
V
)
=>
V
):
Computation
[
Unit
,
this
.
type
]
def
identity
(
from
:
K
):
Computation
[
Unit
,
this
.
type
]
def
reduce
(
froms
:
Vector
[
K
])(
f
: (
V
,
V
)
=>
V
):
Computation
[
Unit
,
this
.
type
]
def
unary
(
from
:
K
)(
f
:
V
=>
V
):
Computation
[
Unit
,
this
.
type
]
def
variadic
(
froms
:
Vector
[
K
])(
f
: (
Vector
[
V
])
=>
V
):
Computation
[
Unit
,
this
.
type
]
In this article
Attributes
Members list
Value members
Concrete methods