ExpectedStreamRevision

sealed trait ExpectedStreamRevision extends GeneratedOneof
Companion
object
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Empty
class Revision
class NoStream
class Any

Type members

Inherited types

type ValueType
Inherited from
GeneratedOneof

Value members

Concrete methods

def any: Option[Empty]
def isAny: Boolean
def isDefined: Boolean
def isEmpty: Boolean
def isNoStream: Boolean
def isRevision: Boolean
def isStreamExists: Boolean
def noStream: Option[Empty]
def revision: Option[Long]
def streamExists: 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