Contextual

caliban.interop.cats.ToEffect$.Contextual
trait Contextual[F[_], R] extends ToEffect[F, R]

Contextual version of the ToEffect.

Attributes

F

the higher-kinded type of a polymorphic effect

R

the type of ZIO environment

Graph
Supertypes
trait ToEffect[F, R]
class Object
trait Matchable
class Any
Known subtypes
trait Contextual[F, R]

Members list

Concise view

Value members

Abstract methods

def toEffect[A](rio: RIO[R, A], env: R): F[A]

Inherited methods

def toEffect[A](rio: RIO[R, A]): F[A]

Attributes

Inherited from:
ToEffect

Inherited fields

final val toEffectK: FunctionK[[_] =>> RIO[R, _$2], F]

Attributes

Inherited from:
ToEffect