syntax

classy.effect.syntax$
See thesyntax companion trait
object syntax extends syntax

Attributes

Companion:
trait
Graph
Supertypes
trait syntax
class Object
trait Matchable
class Any
Self type
syntax.type

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