Distinct

object Distinct
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait Failure[+A] extends HasErrorString with Product with Serializable
object Neg extends Distinct
object Pos extends Distinct
case object Was extends Failure[Nothing]
final case class Wasnt[+A](dups: List[(A, Int)])(implicit s: Display[A]) extends Failure[A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(positive: Boolean): Distinct