Contextual
caliban.interop.cats.CatsInterop$.Contextual
Contextual version of the CatsInterop.
Inherits two utility methods from ToEffect.Contextual and FromEffect.Contextual:
def toEffect[A](rio: RIO[R, A], env: R): F[A]
def fromEffect[A](fa: F[A], env: R): RIO[R, A]
Attributes
- F
the higher-kinded type of a polymorphic effect
- R
the type of ZIO environment
- Graph
- Supertypes
- class Objecttrait Matchableclass Any