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
/
MonoGraph
/
AtApply
AtApply
turbolift.effects.MonoGraph.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
empty
:
Computation
[
Unit
,
this
.
type
]
def
incoming
(
from
:
K
):
Computation
[
Unit
,
this
.
type
]
def
incomingConst
(
value
:
V
):
Computation
[
Unit
,
this
.
type
]
def
incomings
(
froms
:
IterableOnce
[
K
]):
Computation
[
Unit
,
this
.
type
]
def
outgoing
(
to
:
K
):
Computation
[
Unit
,
this
.
type
]
def
outgoingConst
(
value
:
V
):
Computation
[
Unit
,
this
.
type
]
def
outgoings
(
tos
:
IterableOnce
[
K
]):
Computation
[
Unit
,
this
.
type
]
In this article
Attributes
Members list
Value members
Concrete methods