Class

org.scalajs.nodejs.mongodb.gridfs.GridStoreClass

GridStoreClassExtensions

Related Doc: package GridStoreClass

Permalink

implicit final class GridStoreClassExtensions extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridStoreClassExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridStoreClassExtensions(class: GridStoreClass)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def apply(db: Db, id: Any, filename: String, mode: String, options: GridStoreOptions): GridStore

    Permalink
    Annotations
    @inline()
  5. def apply(db: Db, id: Any, filename: String, mode: String): GridStore

    Permalink
    Annotations
    @inline()
  6. def apply(db: Db, id: Any, mode: String): GridStore

    Permalink
    Annotations
    @inline()
  7. def apply(db: Db, filename: String, mode: String, options: GridStoreOptions): GridStore

    Permalink
    Annotations
    @inline()
  8. def apply(db: Db, filename: String, mode: String): GridStore

    Permalink
    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val class: GridStoreClass

    Permalink
  11. def existFuture(db: Db, name: String): Future[GridStore]

    Permalink
    Annotations
    @inline()
  12. def existFuture(db: Db, name: String, rootCollection: String): Future[GridStore]

    Permalink
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def listFuture(db: Db): Future[Array[String]]

    Permalink
    Annotations
    @inline()
  16. def listFuture(db: Db, rootCollection: String): Future[Array[String]]

    Permalink
    Annotations
    @inline()
  17. def readFuture[T <: Any](db: Db, name: String, length: Int, offset: Int, options: GridStoreOptions): Future[Array[T]]

    Permalink
    Annotations
    @inline()
  18. def readFuture[T <: Any](db: Db, name: String, length: Int, offset: Int): Future[Array[T]]

    Permalink
    Annotations
    @inline()
  19. def readFuture[T <: Any](db: Db, name: String, length: Int): Future[Array[T]]

    Permalink
    Annotations
    @inline()
  20. def readFuture[T <: Any](db: Db, name: String): Future[Array[T]]

    Permalink
    Annotations
    @inline()
  21. def readlinesFuture(db: Db, name: String, separator: String, options: GridStoreOptions): Future[Array[String]]

    Permalink
    Annotations
    @inline()
  22. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped