fx

effectie.syntax.fx
See thefx companion trait
object fx extends fx

Attributes

Companion
trait
Graph
Supertypes
trait fx
class Object
trait Matchable
class Any
Self type
fx.type

Members list

Value members

Inherited methods

def effectOf[F[*]]: CurriedEffectOf[F]

Attributes

Inherited from:
fx
def errorOf[F[*]]: CurriedErrorOf[F]

Attributes

Inherited from:
fx
def fromEffect[F[*]]: CurriedFromEffect[F]

Attributes

Inherited from:
fx
def pureOf[F[*]]: CurriedEffectOfPure[F]

Attributes

Inherited from:
fx
inline def pureOfNone[F[*], A](using EF: FxCtor[F]): F[Option[A]]

Attributes

Inherited from:
fx
def pureOrError[F[*]]: CurriedEffectOfPureOrError[F]

Attributes

Inherited from:
fx
final inline def unitOf[F[*] : FxCtor]: F[Unit]

Attributes

Inherited from:
fx

Extensions

Inherited extensions

extension [A](a: A)
def pureOfLeft[F[*], B](using EF: FxCtor[F]): F[Either[A, B]]

Attributes

Inherited from:
fx
def pureOfOption[F[*]](using EF: FxCtor[F]): F[Option[A]]

Attributes

Inherited from:
fx
def pureOfRight[F[*], B](using EF: FxCtor[F]): F[Either[B, A]]

Attributes

Inherited from:
fx
def pureOfSome[F[*]](using EF: FxCtor[F]): F[Option[A]]

Attributes

Inherited from:
fx