Unapplied

org.plasmalabs.node.services.SynchronizationTraversalRes.Status.Unapplied
final case class Unapplied(value: BlockId) 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 isUnapplied: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def unapplied: Option[BlockId]

Attributes

Definition Classes

Inherited methods

def applied: Option[BlockId]

Attributes

Inherited from:
Status
def isApplied: Boolean

Attributes

Inherited from:
Status
def isDefined: Boolean

Attributes

Inherited from:
Status
def isEmpty: 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