Contextual

caliban.interop.cats.FromEffect.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

Attributes

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

Members list

Value members

Abstract methods

def fromEffect[A](fa: F[A], env: ZEnvironment[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]]

Attributes

Inherited from:
FromEffect