ForEither

io.bullet.borer.Codec.ForEither
object ForEither

The default Codec for Either is not automatically in scope, because there is no clear "standard" way of encoding instances of Either.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ForEither.type

Members list

Implicits

Implicits

implicit def default[A : Decoder, B : Decoder]: Codec[Either[A, B]]