Entity

final case class Entity[+F[_]](body: EntityBody[F], length: Option[Long])
Companion:
object
Source:
Entity.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product