ValidOutStreamType

Companion
class
class Object
trait Matchable
class Any

Value members

Inherited fields

val valid: ValidOutStreamType[Any, Any]
Inherited from
LowPrioValidOutType

Implicits

Implicits

implicit def validNothing[Out]: ValidOutStreamType[Nothing, Out]
implicit def validOption[Res, Out](ev: Res <:< Out): ValidOutStreamType[Res, Option[Out]]
implicit def validSubclass[Res, Out](ev: Res <:< Out): ValidOutStreamType[Res, Out]

Inherited implicits

implicit def validSeq[Res, Out](ev: Res <:< Out): ValidOutStreamType[Res, Seq[Out]]
Inherited from
LowPrioValidOutType