Packages

trait Invoke extends ClojureBridge with AnomalyWrapper

Source
Invoke.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Invoke
  2. AnomalyWrapper
  3. ClojureBridge
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val fn: (String) => IFn

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def administerSystem(datomicClient: AnyRef, options: Map[_, _]): Map[_, _]
  5. def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  6. def anomaly(e: ExceptionInfo): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asOf(datomicDb: AnyRef, d: Date): AnyRef
  9. def asOf(datomicDb: AnyRef, t: Long): AnyRef
  10. def catchAnomaly[T](codeToRun: => T): T
    Definition Classes
    AnomalyWrapper
  11. lazy val clBigInt: Fn[BigInt]
    Definition Classes
    ClojureBridge
  12. lazy val clKw: Fn[Keyword]
    Definition Classes
    ClojureBridge
  13. lazy val clPersVec: Fn[PersistentVector]
    Definition Classes
    ClojureBridge
  14. lazy val clSym: Fn[Symbol]
    Definition Classes
    ClojureBridge
  15. def clientCloudAWS(region: String, system: String, endpoint: String, credsProvider: AWSCredentialsProviderChain, proxyPort: Int): AnyRef
  16. def clientCloudCredsProfile(region: String, system: String, endpoint: String, credsProfile: String, proxyPort: Int): AnyRef
  17. def clientDevLocal(system: String, storageDir: String): AnyRef
  18. def clientPeerServer(accessKey: String, secret: String, endpoint: String, validateHostnames: Boolean): AnyRef
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. lazy val compact: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  21. def connect(datomicClient: AnyRef, dbName: String, timeout: Int = 0): AnyRef
  22. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  23. def createDatabase(datomicClient: AnyRef, dbName: String, timeout: Int = 0): AnyRef
  24. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  25. def datoms(datomicDb: AnyRef, index: String, componentsList: List[_], timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  26. def db(datomicConn: AnyRef): AnyRef
  27. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  28. def dbStats(datomicDb: AnyRef): AnyRef
  29. def deleteDatabase(datomicClient: AnyRef, dbName: String, timeout: Int = 0): AnyRef
  30. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  31. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  32. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  33. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  34. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. def fn(ns: String, method: String): IFn
    Definition Classes
    ClojureBridge
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def history(datomicDb: AnyRef): AnyRef
  43. def indexPull(datomicDb: AnyRef, index: String, selector: String, start: String, reverse: Boolean = false, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  44. def indexRange(datomicDb: AnyRef, attrId: String, start: Option[Any] = None, end: Option[Any] = None, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def listDatabase(datomicClient: AnyRef, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. lazy val pretty: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  51. def printLn(s: AnyRef): Unit
    Definition Classes
    ClojureBridge
  52. def pull(datomicDb: AnyRef, selector: String, eid0: Any, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  53. def q(map: Map[_, _]): AnyRef
  54. def qseq(map: Map[_, _]): AnyRef
  55. def readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  56. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  57. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  58. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  59. def since(datomicDb: AnyRef, d: Date): AnyRef
  60. def since(datomicDb: AnyRef, t: Long): AnyRef
  61. def sync(datomicConn: AnyRef, t: Long): AnyRef
  62. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def transact(datomicConn: AnyRef, stmts: List[_]): AnyRef
  66. def txRange(datomicConn: AnyRef, start: Option[Any] = None, end: Option[Any] = None, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): AnyRef
  67. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  68. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  72. def with(withDb: AnyRef, stmts: List[_]): AnyRef
  73. def withDb(datomicConn: AnyRef): AnyRef

Inherited from AnomalyWrapper

Inherited from ClojureBridge

Inherited from AnyRef

Inherited from Any

Ungrouped