Predicate

org.plasmalabs.sdk.models.box.Lock.Value.Predicate
final case class Predicate(value: Predicate) extends Value

Attributes

Graph
Supertypes
trait Value
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 isPredicate: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def predicate: Option[Predicate]

Attributes

Definition Classes

Inherited methods

def commitment: Option[Commitment]

Attributes

Inherited from:
Value
def image: Option[Image]

Attributes

Inherited from:
Value
def isCommitment: Boolean

Attributes

Inherited from:
Value
def isDefined: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def isImage: Boolean

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof