PositionOption

sealed trait PositionOption extends GeneratedOneof
Companion
object
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Empty
class Position

Type members

Inherited types

type ValueType
Inherited from
GeneratedOneof

Value members

Concrete methods

def isDefined: Boolean
def isEmpty: Boolean
def isNoPosition: Boolean
def isPosition: Boolean
def noPosition: Option[Empty]
def position: Option[Position]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def number: Int
Inherited from
GeneratedOneof
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
def value: ValueType
Inherited from
GeneratedOneof
def valueOption: Option[ValueType]
Inherited from
GeneratedOneof