Combinable

zio.http.codec.SegmentCodec.Combinable
sealed trait Combinable[B, S <: SegmentCodec[B]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def combine[A](self: SegmentCodec[A], that: SegmentCodec[B])(implicit combiner: Combiner[A, B]): SegmentCodec[combiner.Out]