colibri.ext.zio

Members list

Concise view

Type members

Classlikes

object zioSinkLiftSink extends LiftSink[[_] =>> RSink[Any, _$6]]

Attributes

Graph
Supertypes
trait LiftSink[[_] =>> RSink[Any, _$6]]
class Object
trait Matchable
class Any
Self type
object zioStreamLiftSource extends LiftSource[[_] =>> RStream[Any, _$10]]

Attributes

Graph
Supertypes
trait LiftSource[[_] =>> RStream[Any, _$10]]
class Object
trait Matchable
class Any
Self type

Inherited types

type RSink[-Env, A] = ZSink[Env, Throwable, A, A, Unit]

Attributes

Inherited from:
ZioLowPrio
type RStream[-Env, +A] = ZStream[Env, Throwable, A]

Attributes

Inherited from:
ZioLowPrio

Implicits

Implicits

implicit def zioSinkSinkRuntime[Env](implicit runtime: Runtime[Env]): Sink[[_] =>> RSink[Env, _$5]]
implicit def zioStreamSourceRuntime[Env](implicit runtime: Runtime[Env]): Source[[_] =>> RStream[Env, _$9]]
implicit def zioTaskRunEffectRuntime[Env](implicit runtime: Runtime[Env]): RunEffect[[_] =>> RIO[Env, _$4]]

Inherited implicits

implicit val zioSinkSink: Sink[[_] =>> RSink[Any, _$2]]

Attributes

Inherited from:
ZioLowPrio
implicit val zioStreamSource: Source[[_] =>> RStream[Any, _$3]]

Attributes

Inherited from:
ZioLowPrio
implicit val zioTaskRunEffect: RunEffect[[_] =>> RIO[Any, _$1]]

Attributes

Inherited from:
ZioLowPrio