OptColour

ostrat.OptColour
sealed trait OptColour extends Opt[Colour]

Attributes

Graph
Supertypes
trait Opt[Colour]
class Object
trait Matchable
class Any
Known subtypes
object NoColour.type

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Opt
def foreach(f: Colour => Unit): Unit

Attributes

Inherited from:
Opt

Attributes

Inherited from:
Opt