classy-effect
classy-effect
API
classy.effect
auto
deriving
deriving
syntax
syntax
classy-effect
/
classy.effect
/
syntax
syntax
classy.effect.syntax
See the
syntax
companion object
trait
syntax
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
syntax
.type
Clear all
Members list
Concise view
Extensions
Extensions
extension
[
F
[
_
],
A
](parent:
AtomicCell
[
F
,
A
])
def
ask
(
using
Applicative
[
F
]):
Ask
[
F
,
A
]
def
stateful
(
using
Monad
[
F
]):
Stateful
[
F
,
A
]
def
tell
(
using
Functor
[
F
]):
Tell
[
F
,
A
]
extension
[
F
[
_
],
A
](parent:
Ref
[
F
,
A
])
def
ask
(
using
Applicative
[
F
]):
Ask
[
F
,
A
]
def
tell
(
using
Functor
[
F
]):
Tell
[
F
,
A
]
extension
[
A
](parent:
IOLocal
[
A
])
def
ask
:
Ask
[
IO
,
A
]
def
askK
[
F
[
_
] :
Applicative
]:
Ask
[
F
,
A
]
def
stateful
:
Stateful
[
IO
,
A
]
def
statefulK
[
F
[
_
] :
Monad
]:
Stateful
[
F
,
A
]
def
tell
:
Tell
[
IO
,
A
]
def
tellK
[
F
[
_
] :
Functor
]:
Tell
[
F
,
A
]