Default

final case class Default[+F[_]](body: EntityBody[F], length: Option[Long]) extends Entity[F]
trait Serializable
trait Product
trait Equals
trait Entity[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++[F1[x]](that: Entity[F1]): Entity[F1]
def translate[F1[x], G[_]](fk: FunctionK[F1, G]): Entity[G]

Inherited methods

Inherited from:
Product