final class TransactionSyntaxOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionSyntaxOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TransactionSyntaxOps(transaction: IoTransaction)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def computeId: TransactionId

    Computes what the ID _should_ be for this Transaction.

  6. def containsValidId: Boolean

    Returns true if this Transaction contains a valid embedded ID.

  7. def embedId: IoTransaction

    Compute a new ID and return a copy of this Transaction with the new ID embedded.

    Compute a new ID and return a copy of this Transaction with the new ID embedded. Any previous value will be overwritten in the new copy.

  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def id: TransactionId

    The ID of this transaction.

    The ID of this transaction. If an ID was pre-computed and saved in the Transaction, it is restored. Otherwise, a new ID is computed (but not saved in the Transaction).

  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def toString(): String
    Definition Classes
    Any
  12. val transaction: IoTransaction

Inherited from AnyVal

Inherited from Any

Ungrouped