Or

scalaprops.Or
See theOr companion class
object Or

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Or.type

Members list

Type members

Classlikes

object Empty

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Empty.type
sealed trait Empty extends Or

Attributes

Companion
object
Supertypes
class Or
class Object
trait Matchable
class Any
final case class L[+H, +T <: Or](head: H) extends H :-: T

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class H :-: T
class Or
class Object
trait Matchable
class Any
Show all
final class MkOr[C <: Or]

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class R[+H, +T <: Or](tail: T) extends H :-: T

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class H :-: T
class Or
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[C <: Or]: MkOr[C]