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
class SomeColour

Members list

Value members

Inherited methods

def empty: Boolean

Attributes

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

Attributes

Inherited from:
Opt

Attributes

Inherited from:
Opt