Preparing

endless.transaction.proto.model.Status.Status.Preparing
final case class Preparing(value: Preparing) extends Status

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override def isPreparing: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def preparing: Option[Preparing]

Attributes

Definition Classes

Inherited methods

def aborted: Option[Aborted]

Attributes

Inherited from:
Status
def aborting: Option[Aborting]

Attributes

Inherited from:
Status
def committed: Option[Committed]

Attributes

Inherited from:
Status
def committing: Option[Committing]

Attributes

Inherited from:
Status
def failed: Option[Failed]

Attributes

Inherited from:
Status
def isAborted: Boolean

Attributes

Inherited from:
Status
def isAborting: Boolean

Attributes

Inherited from:
Status
def isCommitted: Boolean

Attributes

Inherited from:
Status
def isCommitting: Boolean

Attributes

Inherited from:
Status
def isDefined: Boolean

Attributes

Inherited from:
Status
def isEmpty: Boolean

Attributes

Inherited from:
Status
def isFailed: Boolean

Attributes

Inherited from:
Status
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof