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 trait
object
syntax
extends
syntax
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
syntax
class
Object
trait
Matchable
class
Any
Self type
syntax
.type
Clear all
Members list
Concise view
Extensions
Inherited extensions
extension
[
F
[
_
],
A
](parent:
AtomicCell
[
F
,
A
])
def
ask
(
using
Applicative
[
F
]):
Ask
[
F
,
A
]
Attributes
Inherited from:
syntax
def
stateful
(
using
Monad
[
F
]):
Stateful
[
F
,
A
]
Attributes
Inherited from:
syntax
def
tell
(
using
Functor
[
F
]):
Tell
[
F
,
A
]
Attributes
Inherited from:
syntax
extension
[
F
[
_
],
A
](parent:
Ref
[
F
,
A
])
def
ask
(
using
Applicative
[
F
]):
Ask
[
F
,
A
]
Attributes
Inherited from:
syntax
def
tell
(
using
Functor
[
F
]):
Tell
[
F
,
A
]
Attributes
Inherited from:
syntax
extension
[
A
](parent:
IOLocal
[
A
])
def
ask
:
Ask
[
IO
,
A
]
Attributes
Inherited from:
syntax
def
askK
[
F
[
_
] :
Applicative
]:
Ask
[
F
,
A
]
Attributes
Inherited from:
syntax
def
stateful
:
Stateful
[
IO
,
A
]
Attributes
Inherited from:
syntax
def
statefulK
[
F
[
_
] :
Monad
]:
Stateful
[
F
,
A
]
Attributes
Inherited from:
syntax
def
tell
:
Tell
[
IO
,
A
]
Attributes
Inherited from:
syntax
def
tellK
[
F
[
_
] :
Functor
]:
Tell
[
F
,
A
]
Attributes
Inherited from:
syntax