Start

com.eventstore.dbclient.proto.streams.ReadReq.Options.AllOptions.AllOption.Start
final case class Start(value: Empty) extends AllOption

Attributes

Source
ReadReq.scala
Graph
Supertypes
trait AllOption
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Empty

Attributes

Source
ReadReq.scala

Value members

Concrete methods

override def isStart: Boolean

Attributes

Definition Classes
Source
ReadReq.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadReq.scala
override def start: Option[Empty]

Attributes

Definition Classes
Source
ReadReq.scala

Inherited methods

def end: Option[Empty]

Attributes

Inherited from:
AllOption
Source
ReadReq.scala

Attributes

Inherited from:
AllOption
Source
ReadReq.scala

Attributes

Inherited from:
AllOption
Source
ReadReq.scala
def isEnd: Boolean

Attributes

Inherited from:
AllOption
Source
ReadReq.scala

Attributes

Inherited from:
AllOption
Source
ReadReq.scala

Attributes

Inherited from:
AllOption
Source
ReadReq.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala