Branches

endless.transaction.proto.replies.BranchesReply.Reply.Branches
final case class Branches(value: Branches) 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 branches: Option[Branches]

Attributes

Definition Classes
override def isBranches: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Reply
def isEmpty: Boolean

Attributes

Inherited from:
Reply
def isUnknown: Boolean

Attributes

Inherited from:
Reply
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unknown: Option[UnknownReply]

Attributes

Inherited from:
Reply
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof