final case class Rollback(children: ImmArray[NodeId]) extends Node with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Rollback
- Node
- CidContainer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: ImmArray[NodeId]
- def cids: Set[ContractId]
- Definition Classes
- CidContainer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def collectCids(acc: Set[ContractId]): Set[ContractId]
- Definition Classes
- CidContainer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def foreachCid(f: (ContractId) => Unit): Unit
- Definition Classes
- CidContainer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapCid(f: (ContractId) => ContractId): Rollback
- Definition Classes
- Rollback → CidContainer
- def mapNodeId(f: (NodeId) => NodeId): Rollback
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def optVersion: Option[TransactionVersion]
- Definition Classes
- Node
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def self: Node
- Attributes
- protected
- Definition Classes
- Rollback → CidContainer
- final def suffixCid(f: (Hash) => Bytes): Either[String, Node]
- Definition Classes
- CidContainer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def traverseCid[L](f: (ContractId) => Either[L, ContractId]): Either[L, Node]
- Definition Classes
- CidContainer
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated