ToEffect

caliban.interop.cats.ToEffect
See theToEffect companion object
trait ToEffect[F[_], R]

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

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 toEffect[A](rio: RIO[R, A]): F[A]

Concrete fields

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