Tx2

lightdb.transaction.Tx2
final case class Tx2[D1 <: Document[D1], M1 <: DocumentModel[D1], D2 <: Document[D2], M2 <: DocumentModel[D2]](ta: Transaction[D1, M1], tb: Transaction[D2, M2])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product