Previous

org.plasmalabs.sdk.models.box.Challenge.Proposition.Previous
final case class Previous(value: PreviousProposition) extends Proposition

Attributes

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

Members list

Type members

Value members

Concrete methods

override def isPrevious: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def previous: Option[PreviousProposition]

Attributes

Definition Classes

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Proposition
def isEmpty: Boolean

Attributes

Inherited from:
Proposition
def isRevealed: Boolean

Attributes

Inherited from:
Proposition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def revealed: Option[Proposition]

Attributes

Inherited from:
Proposition
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof