SizedSeq17

org.http4s.util.SizedSeq17
final case class SizedSeq17[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val toSeq: Seq[A]

Attributes

Source
SizedSeq.scala