trait Query extends Object with IEventEmitter

Query handle

Annotations
@RawJSType() @native()
Linear Supertypes
IEventEmitter, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. IEventEmitter
  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. def addListener(eventName: String, listener: Function): Query.this.type
    Definition Classes
    IEventEmitter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val domain: String
    Definition Classes
    IEventEmitter
  8. def emit(name: String, args: Any*): Any
    Definition Classes
    IEventEmitter
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getMaxListeners(): Int
    Definition Classes
    IEventEmitter
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. def listenerCount(eventName: String): Int
    Definition Classes
    IEventEmitter
  19. def listeners(eventName: String): Array[Function]
    Definition Classes
    IEventEmitter
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def on(eventName: String, listener: Function): Query.this.type
    Definition Classes
    IEventEmitter
  24. def once(eventName: String, listener: Function): Query.this.type
    Definition Classes
    IEventEmitter
  25. def pause(): Unit
  26. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  27. def removeAllListeners(): Query.this.type
    Definition Classes
    IEventEmitter
  28. def removeAllListeners(eventName: String): Query.this.type
    Definition Classes
    IEventEmitter
  29. def removeListener(eventName: String, listener: Function): Query.this.type
    Definition Classes
    IEventEmitter
  30. def resume(): Unit
  31. def setMaxListeners(n: Int): Query.this.type
    Definition Classes
    IEventEmitter
  32. def stream(options: StreamOptions): Readable

    The query object provides a convenience method .stream([options]) that wraps query events into a Readable Streams2 object.

    The query object provides a convenience method .stream([options]) that wraps query events into a Readable Streams2 object. This stream can easily be piped downstream and provides automatic pause/resume, based on downstream congestion and the optional highWaterMark. The objectMode parameter of the stream is set to true and cannot be changed (if you need a byte stream, you will need to use a transform stream.

    options

    the given options

    returns

    a readable stream

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val usingDomains: Boolean
    Definition Classes
    IEventEmitter
  37. def valueOf(): Any
    Definition Classes
    Object
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IEventEmitter

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped