Combiner

zio.http.codec.Combiner$
See theCombiner companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

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

Implicits

Implicits

implicit def leftUnit[A]: WithOut[Unit, A, A]

Inherited implicits

implicit def combine[A, B]: WithOut[A, B, (A, B)]

Attributes

Inherited from:
CombinerLowPriority4
implicit def combine2[A, B, C]: WithOut[(A, B), C, (A, B, C)]

Attributes

Inherited from:
CombinerLowPriority2
implicit def combine3[A, B, C, D]: WithOut[(A, B, C), D, (A, B, C, D)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine4[A, B, C, D, E]: WithOut[(A, B, C, D), E, (A, B, C, D, E)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine5[A, B, C, D, E, F]: WithOut[(A, B, C, D, E), F, (A, B, C, D, E, F)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine6[A, B, C, D, E, F, G]: WithOut[(A, B, C, D, E, F), G, (A, B, C, D, E, F, G)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine7[A, B, C, D, E, F, G, H]: WithOut[(A, B, C, D, E, F, G), H, (A, B, C, D, E, F, G, H)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine8[A, B, C, D, E, F, G, H, I]: WithOut[(A, B, C, D, E, F, G, H), I, (A, B, C, D, E, F, G, H, I)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def combine9[A, B, C, D, E, F, G, H, I, J]: WithOut[(A, B, C, D, E, F, G, H, I), J, (A, B, C, D, E, F, G, H, I, J)]

Attributes

Inherited from:
CombinerLowPriority3
implicit def rightUnit[A]: WithOut[A, Unit, A]

Attributes

Inherited from:
CombinerLowPriority1