Packages

package async

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AsyncClient(forPeerServer: Boolean, asyncDatomicClient: AnyRef) extends AnomalyWrapper with ClojureBridge with Product with Serializable
  2. case class AsyncConnection(datomicConn: AnyRef) extends Product with Serializable
  3. case class AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
  4. case class AsyncTxReport(rawTxReport: Map[_, _]) extends Product with Serializable

    Facade to Datomic transaction report

  5. case class Channel[T](channelOrInternal: AnyRef, transform: Option[(AnyRef) => T] = None) extends ClojureBridge with AnomalyWrapper with Product with Serializable
  6. abstract class Either[A, B] extends AnyRef
  7. case class Left[A, B](left_value: A) extends Either[A, B] with Product with Serializable
  8. case class Right[A, B](right_value: B) extends Either[A, B] with Product with Serializable

Value Members

  1. object AsyncDatomic extends ClojureBridge

Ungrouped