Fs2Interop

caliban.interop.fs2.Fs2Interop
object Fs2Interop

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fs2Interop.type

Members list

Value members

Concrete methods

def schemaStreamF[F[_], R, A](implicit interop: FromEffect[F, R], ev: Schema[R, Stream[[_] =>> RIO[R, _$5], A]]): Schema[R, Stream[F, A]]
def schemaStreamRIO[R, A](implicit ev: Schema[R, ZStream[R, Throwable, A]]): Schema[R, Stream[[_] =>> RIO[R, _$1], A]]