Presence

harness.core.MapOps$.Presence$
See thePresence companion trait
object Presence

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Presence.type

Members list

Type members

Classlikes

final case class BothDifferent[A](leftValue: A, rightValue: A) extends Presence[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Presence[A]
class Object
trait Matchable
class Any
Show all
final case class BothSame[A](value: A) extends Presence[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Presence[A]
class Object
trait Matchable
class Any
Show all
final case class Left[A](value: A) extends Presence[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Presence[A]
class Object
trait Matchable
class Any
Show all
final case class Right[A](value: A) extends Presence[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Presence[A]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror