EntityCodecLaws

trait EntityCodecLaws[F[_], A] extends EntityEncoderLaws[F, A]
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def entityCodecRoundTrip(a: A): IsEq[IO[Either[DecodeFailure, A]]]

Inherited methods

def accurateContentLengthIfDefined(a: A): IsEq[F[Boolean]]
Inherited from
EntityEncoderLaws

Implicits

Implicits

implicit def F: Effect[F]
implicit def decoder: EntityDecoder[F, A]
implicit def encoder: EntityEncoder[F, A]