NoPosition

com.eventstore.dbclient.proto.streams.ReadResp.ReadEvent.Position.NoPosition
final case class NoPosition(value: Empty) extends Position

Attributes

Source
ReadResp.scala
Graph
Supertypes
trait Position
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
ReadResp.scala

Value members

Concrete methods

override def isNoPosition: Boolean

Attributes

Definition Classes
Source
ReadResp.scala
override def noPosition: Option[Empty]

Attributes

Definition Classes
Source
ReadResp.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadResp.scala

Inherited methods

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Position
Source
ReadResp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala