syntax

classy.effect.syntax
See thesyntax companion object
trait syntax

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object syntax.type

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]