Position

sealed trait Position extends GeneratedOneof
Companion:
object
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Empty.type

Type members

Inherited types

Inherited from:
GeneratedOneof

Value members

Concrete methods

def commitPosition: Option[Long]
def isCommitPosition: Boolean
def isDefined: Boolean
def isEmpty: Boolean
def isNoPosition: Boolean
def noPosition: Option[Empty]

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