FromEffect

caliban.interop.cats.FromEffect
See theFromEffect companion object
trait FromEffect[F[_], R]

Describes how zio.RIO can be created from a polymorphic effect F.

Type parameters

F

the higher-kinded type of a polymorphic effect

R

the type of ZIO environment

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CatsInterop[F, R]
trait Contextual[F, R]
trait Contextual[F, R]

Members list

Value members

Abstract methods

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

Concrete fields

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