Type Members
-
-
type
Ref[T] = ref.Ref[T]
-
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
afterCommit(transaction: Transaction): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
asyncTransactional[A](f: ⇒ A): Future[A]
-
def
asyncTransactionalChain[A](fFuture: (TransactionalExecutionContext) ⇒ Future[A]): Future[A]
-
def
beforeCommit(transaction: Transaction): Unit
-
def
clone(): AnyRef
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
executionContext: ExecutionContextExecutor
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeDurable(transaction: Transaction): Unit
-
def
makeDurableAsync(transaction: Transaction)(implicit ectx: ExecutionContext): Future[Unit]
-
-
val
milisToWaitBeforeRetry: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
-
val
never: Never
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
implicit
def
refToValue[A](ref: Ref[A]): A
-
-
-
def
retry(refs: List[ref.Ref[_]]): Unit
-
def
retry(refs: ref.Ref[_]*): Unit
-
val
retryLimit: Int
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
-
def
transactional[A](pTransaction: Option[transaction.Transaction])(f: ⇒ A): A
-
def
transactional[A](pTransaction: transaction.Transaction)(f: ⇒ A): A
-
-
-
-
def
transactional[A](f: ⇒ A): A
-
def
transactionalWhile[A](cond: ⇒ Boolean)(f: ⇒ A): Unit
-
-
implicit
def
valueToRef[A](value: A)(implicit context: TransactionContext): Ref[A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any