Package

kantan.codecs.shapeless

laws

Permalink

package laws

Visibility
  1. Public
  2. All

Type Members

  1. final case class Left[A](a: A) extends Or[A, Nothing] with Product with Serializable

    Permalink
  2. sealed trait Or[+A, +B] extends Product with Serializable

    Permalink
  3. final case class Right[B](b: B) extends Or[Nothing, B] with Product with Serializable

    Permalink

Value Members

  1. package discipline

    Permalink

Ungrouped