Contextual

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

Contextual version of the FromEffect.

Type parameters:
F

the higher-kinded type of a polymorphic effect

R

the type of ZIO environment

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

Value members

Abstract methods

def fromEffect[A](fa: F[A], env: R): RIO[R, A]

Concrete methods

final def fromEffect[A](fa: F[A]): RIO[R, A]

Inherited fields

final lazy val fromEffectK: FunctionK[F, [_] =>> RIO[R, _$2]]
Inherited from:
FromEffect