t

io.scalajs.npm.mongoose

QueryOperator

trait QueryOperator[T] extends Object with QueryExecutable[T]

Mongoose Query Operator

Annotations
@RawJSType() @native()
Linear Supertypes
QueryExecutable[T], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryOperator
  2. QueryExecutable
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def elemMatch(value: Any): QueryOperator.this.type
  7. def eq(value: Any): QueryOperator.this.type
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def exec(callback: Function2[MongooseError, T, Any]): Unit
    Definition Classes
    QueryExecutable
  11. def exec(): Promise[T]
    Definition Classes
    QueryExecutable
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def gt(value: Any): QueryOperator.this.type
  15. def gte(value: Any): QueryOperator.this.type
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def in[A](values: Array[A]): QueryOperator.this.type
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. def lt(value: Any): QueryOperator.this.type
  22. def lte(value: Any): QueryOperator.this.type
  23. def ne(value: Any): QueryOperator.this.type
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nin[A](values: Array[A]): QueryOperator.this.type
  26. def nor[A <: Any](values: Array[A]): QueryOperator.this.type
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def or[A <: Any](values: Array[A]): QueryOperator.this.type
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. def regex(regExp: RegExp): QueryOperator.this.type
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryExecutable[T]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped