SizedSeq1

org.http4s.util.SizedSeq1
final case class SizedSeq1[+A](s1: 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