Either3

object Either3
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

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 left3[A, B, C](a: A): Either3[A, B, C]
def middle3[A, B, C](b: B): Either3[A, B, C]
def right3[A, B, C](c: C): Either3[A, B, C]

Implicits

Implicits

implicit
def equal[A : Equal, B : Equal, C : Equal]: Equal[Either3[A, B, C]]
implicit
def show[A : Show, B : Show, C : Show]: Show[Either3[A, B, C]]