OptInt

ostrat.OptInt
trait OptInt extends Opt[Int]

Attributes

Graph
Supertypes
trait Opt[Int]
class Object
trait Matchable
class Any
Known subtypes
object NoInt
class SomeInt

Members list

Value members

Abstract methods

def map(f: Int => Int): OptInt
def |+|(operand: OptInt): OptInt

Inherited methods

def empty: Boolean

Attributes

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

Attributes

Inherited from:
Opt

Attributes

Inherited from:
Opt