Opt

ostrat.Opt
trait Opt[A]

Attributes

Graph
Supertypes
class Any
Known subtypes
trait NoOpt[A]
object NoColour
object NoInt
trait OptColour
class SomeColour
trait OptInt
class SomeInt
trait SomeT[A]
Show all

Members list

Value members

Abstract methods

def empty: Boolean
def foreach(f: A => Unit): Unit