Contextual

trait Contextual[F[_], R] extends ToEffect[F, R]

Contextual version of the ToEffect.

Type parameters:
F

the higher-kinded type of a polymorphic effect

R

the type of ZIO environment

trait ToEffect[F, R]
class Object
trait Matchable
class Any
trait Contextual[F, R]

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]
Inherited from:
ToEffect

Inherited fields

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