Alternator

zio.http.codec.Alternator
See theAlternator companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Alternator.type

Members list

Type members

Types

type WithOut[L, R, Out0] = Alternator[L, R] { type Out = Out0; }

Implicits

Implicits

implicit def leftRightEqual[A]: WithOut[A, A, A]

Inherited implicits

implicit def either[A, B]: WithOut[A, B, Either[A, B]]

Attributes

Inherited from:
AlternatorLowPriority3
implicit def leftEmpty[A]: WithOut[ZNothing, A, A]

Attributes

Inherited from:
AlternatorLowPriority1
implicit def rightEmpty[A]: WithOut[A, ZNothing, A]

Attributes

Inherited from:
AlternatorLowPriority2