Commit

endless.transaction.proto.model.Vote.Vote.Commit
final case class Commit(value: Commit) extends Vote

Attributes

Graph
Supertypes
trait Vote
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Commit

Value members

Concrete methods

override def commit: Option[Commit]

Attributes

Definition Classes
override def isCommit: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def abort: Option[Abort]

Attributes

Inherited from:
Vote
def isAbort: Boolean

Attributes

Inherited from:
Vote
def isDefined: Boolean

Attributes

Inherited from:
Vote
def isEmpty: Boolean

Attributes

Inherited from:
Vote
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof