Packages

o

fs2.internal.jsdeps.node

nodeEventsMod

object nodeEventsMod

Source
nodeEventsMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeEventsMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class EventEmitter extends Object with StObject
    Annotations
    @JSType() @JSImport("node:events", "EventEmitter") @native()
  2. class ^ extends Object with StObject
    Annotations
    @JSType() @JSImport("node:events", JSImport.Namespace) @native()

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. val ^: Any
    Annotations
    @JSImport("node:events", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val captureRejectionSymbol: Symbol
    Annotations
    @JSImport("node:events", "captureRejectionSymbol") @native()
  7. def captureRejections: Boolean

    Sets or gets the default captureRejection value for all emitters.

    Sets or gets the default captureRejection value for all emitters.

    Annotations
    @JSImport("node:events", "captureRejections") @native()
  8. def captureRejections_=(x: Boolean): Unit
    Annotations
    @inline()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def defaultMaxListeners: Double
    Annotations
    @JSImport("node:events", "defaultMaxListeners") @native()
  11. def defaultMaxListeners_=(x: Double): Unit
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val errorMonitor: Symbol

    This symbol shall be used to install a listener for only monitoring 'error' events.

    This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

    Installing a listener using this symbol does not change the behavior once an 'error' event is emitted, therefore the process will still crash if no regular 'error' listener is installed.

    Annotations
    @JSImport("node:events", "errorMonitor") @native()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getEventListener(emitter: eventsMod.global.NodeJS.EventEmitter, name: Symbol): Array[Function]
    Annotations
    @inline()
  17. def getEventListener(emitter: eventsMod.global.NodeJS.EventEmitter, name: java.lang.String): Array[Function]
    Annotations
    @inline()
  18. def getEventListener(emitter: DOMEventTarget, name: Symbol): Array[Function]
    Annotations
    @inline()
  19. def getEventListener(emitter: DOMEventTarget, name: java.lang.String): Array[Function]

    Returns a list listener for a specific emitter event name.

    Returns a list listener for a specific emitter event name.

    Annotations
    @inline()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def listenerCount(emitter: eventsMod.global.NodeJS.EventEmitter, event: Symbol): Double
    Annotations
    @inline()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def on(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String, options: StaticEventEmitterOptions): AsyncIterableIterator[Any]
    Annotations
    @inline()
  27. def on(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String): AsyncIterableIterator[Any]
    Annotations
    @inline()
  28. def once(emitter: NodeEventTarget, event: Symbol, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  29. def once(emitter: NodeEventTarget, event: Symbol): Promise[Array[Any]]
    Annotations
    @inline()
  30. def once(emitter: NodeEventTarget, event: java.lang.String, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  31. def once(emitter: NodeEventTarget, event: java.lang.String): Promise[Array[Any]]
    Annotations
    @inline()
  32. def once(emitter: DOMEventTarget, event: java.lang.String, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  33. def once(emitter: DOMEventTarget, event: java.lang.String): Promise[Array[Any]]
    Annotations
    @inline()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object EventEmitter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def listenerCount(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String): Double

    Annotations
    @inline()
    Deprecated

    since v4.0.0

Inherited from AnyRef

Inherited from Any

Ungrouped