OptInt

ostrat.OptInt
trait OptInt extends Opt[Int]

Attributes

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

Members list

Concise view

Value members

Abstract methods

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

Inherited methods

Attributes

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

Attributes

Inherited from:
Opt

Attributes

Inherited from:
Opt