Entity

org.http4s.Entity
See theEntity companion object
sealed trait Entity[+F[_]]

Attributes

Companion:
object
Source:
Entity.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Default[F]
object Empty.type
class Strict

Members list

Concise view

Value members

Abstract methods

def ++[F1[x]](that: Entity[F1]): Entity[F1]

Attributes

Source:
Entity.scala

Attributes

Source:
Entity.scala

Attributes

Source:
Entity.scala
def translate[F1[x], G[_]](fk: FunctionK[F1, G]): Entity[G]

Attributes

Source:
Entity.scala