ActionCatsInstances

edomata.core.ActionCatsInstances
sealed transparent trait ActionCatsInstances

Attributes

Source
Action.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Action.type

Members list

Type members

Types

type DT[F[_], R, E, N] = [T] =>> Action[F, R, E, N, T]

Attributes

Source
Action.scala

Givens

Givens

given given_Eq_Action[F[_], R, E, N, A](using Eq[F[ResponseD[R, E, N, A]]]): Eq[Action[F, R, E, N, A]]

Attributes

Source
Action.scala
given given_Functor_DT[F[_], R, E, N](using F: Functor[F]): given_Functor_DT[F, R, E, N]

Attributes

Source
Action.scala
given given_Monad_DT[F[_], R, E, N](using F: Monad[F]): given_Monad_DT[F, R, E, N]

Attributes

Source
Action.scala