package async
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AsyncClient(forPeerServer: Boolean, asyncDatomicClient: AnyRef) extends AnomalyWrapper with ClojureBridge with Product with Serializable
- case class AsyncConnection(datomicConn: AnyRef) extends Product with Serializable
- case class AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
- case class AsyncTxReport(rawTxReport: Map[_, _]) extends Product with Serializable
Facade to Datomic transaction report
- case class Channel[T](channelOrInternal: AnyRef, transform: Option[(AnyRef) => T] = None) extends ClojureBridge with AnomalyWrapper with Product with Serializable
- abstract class Either[A, B] extends AnyRef
- case class Left[A, B](left_value: A) extends Either[A, B] with Product with Serializable
- case class Right[A, B](right_value: B) extends Either[A, B] with Product with Serializable
Value Members
- object AsyncDatomic extends ClojureBridge