Trait

com.outr.arango.managed

AbstractCollection

Related Doc: package managed

Permalink

trait AbstractCollection[T <: DocumentOption] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractCollection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def create(waitForSync: Boolean = false): Future[GraphResponse]

    Permalink
  2. implicit abstract val decoder: Decoder[T]

    Permalink
  3. abstract def delete(): Future[GraphResponse]

    Permalink
  4. abstract def deleteInternal(key: String): Future[Boolean]

    Permalink
    Attributes
    protected
  5. implicit abstract val encoder: Encoder[T]

    Permalink
  6. abstract def get(key: String): Future[Option[T]]

    Permalink
  7. abstract def graph: Graph

    Permalink
  8. abstract def insertInternal(document: T): Future[CreateInfo]

    Permalink
    Attributes
    protected
  9. abstract def name: String

    Permalink
  10. abstract def replaceInternal(currentKey: String, document: T): Future[Unit]

    Permalink
    Attributes
    protected
  11. abstract def updateDocument(document: T, info: CreateInfo): T

    Permalink
    Attributes
    protected
  12. abstract def updateInternal[M](key: String, modification: M)(implicit encoder: Encoder[M]): Future[CreateInfo]

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all(batchSize: Int = 100): Future[QueryResponsePagination[T]]

    Permalink
  5. lazy val allQuery: Query

    Permalink
  6. final def apply(key: String): Future[T]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def call(query: Query): Future[T]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val collection: ArangoCollection

    Permalink
    Attributes
    protected[com.outr.arango.managed]
  11. def cursor(query: Query, batchSize: Int = 100): Future[QueryResponse[T]]

    Permalink
  12. def delete(key: String): Future[Boolean]

    Permalink
  13. lazy val deleted: Channel[String]

    Permalink
  14. lazy val deleting: TransformableChannel[String]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def first(query: Query): Future[Option[T]]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def index: ArangoIndexing

    Permalink
  22. macro def insert(document: T): Future[T]

    Permalink
  23. lazy val inserted: Channel[T]

    Permalink
  24. lazy val inserting: TransformableChannel[T]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def iterator(query: Query, batchSize: Int = 100, timeout: FiniteDuration = 10.seconds): Iterator[T]

    Permalink
  27. object managed

    Permalink
  28. macro def modify(original: T, modified: T): Future[CreateInfo]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def paged(query: Query, batchSize: Int = 100): Future[QueryResponsePagination[T]]

    Permalink
  33. macro def replace(currentKey: String, document: T): Future[T]

    Permalink
  34. macro def replace(document: T): Future[T]

    Permalink
  35. lazy val replaced: Channel[Replacement[T]]

    Permalink
  36. lazy val replacing: TransformableChannel[Replacement[T]]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. lazy val triggers: Triggers[T]

    Permalink
  40. macro def update[M](key: String, modification: M)(implicit encoder: Encoder[M]): Future[CreateInfo]

    Permalink
  41. lazy val updated: Channel[Modification]

    Permalink
  42. lazy val updating: TransformableChannel[Modification]

    Permalink
  43. macro def upsert(document: T): Future[T]

    Permalink
  44. lazy val upserted: Channel[T]

    Permalink
  45. lazy val upserting: TransformableChannel[T]

    Permalink
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped