Unit

endless.transaction.proto.replies.AbortReply.Reply.Unit
final case class Unit(value: UnitReply) extends Reply

Attributes

Graph
Supertypes
trait Reply
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 isUnit: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def unit: Option[UnitReply]

Attributes

Definition Classes

Inherited methods

def error: Option[AbortError]

Attributes

Inherited from:
Reply
def isDefined: Boolean

Attributes

Inherited from:
Reply
def isEmpty: Boolean

Attributes

Inherited from:
Reply
def isError: Boolean

Attributes

Inherited from:
Reply
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof