Packages

trait Invoke extends ClojureBridge with AnomalyWrapper

Source
Invoke.scala
Linear Supertypes
Known Subclasses
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. All

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

Inherited from AnomalyWrapper

Inherited from ClojureBridge

Inherited from AnyRef

Inherited from Any

Ungrouped