TransactionSearch

reactives.core.TransactionSearch
See theTransactionSearch companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromTicket[State[_]](ticket: StaticTicket[State]): TransactionSearch[State]
def static[State[_]](transaction: Transaction[State]): TransactionSearch[State]

Givens

Givens

inline given Search[State[_]](using st: StaticTicket[State]): TransactionSearch[State]
inline given search[State[_]](using tx: Transaction[State]): TransactionSearch[State]
inline given search[State[_]](using at: AdmissionTicket[State]): TransactionSearch[State]

Inherited givens

given dynamicTransactionScope[State[_]]: TransactionSearch[State]

Attributes

Inherited from:
LowPrioTransactionScope