Packages

o

fs2.internal.jsdeps.node

nodeColontimersMod

object nodeColontimersMod

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

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:timers/promises", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. def setImmediate[T](value: Unit, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  16. def setImmediate[T](value: T, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  17. def setImmediate[T](value: T): Promise[T]
    Annotations
    @inline()
  18. def setImmediate[T](): Promise[T]

    Returns a promise that resolves in the next tick.

    Returns a promise that resolves in the next tick.

    Annotations
    @inline()
  19. def setInterval[T](delay: Unit, value: Unit, options: TimerOptions): AsyncIterable[T]
    Annotations
    @inline()
  20. def setInterval[T](delay: Unit, value: T, options: TimerOptions): AsyncIterable[T]
    Annotations
    @inline()
  21. def setInterval[T](delay: Unit, value: T): AsyncIterable[T]
    Annotations
    @inline()
  22. def setInterval[T](delay: Double, value: Unit, options: TimerOptions): AsyncIterable[T]
    Annotations
    @inline()
  23. def setInterval[T](delay: Double, value: T, options: TimerOptions): AsyncIterable[T]
    Annotations
    @inline()
  24. def setInterval[T](delay: Double, value: T): AsyncIterable[T]
    Annotations
    @inline()
  25. def setInterval[T](delay: Double): AsyncIterable[T]
    Annotations
    @inline()
  26. def setInterval[T](): AsyncIterable[T]

    Returns an async iterator that generates values in an interval of delay ms.

    Returns an async iterator that generates values in an interval of delay ms.

    Annotations
    @inline()
  27. def setTimeout[T](delay: Unit, value: Unit, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  28. def setTimeout[T](delay: Unit, value: T, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  29. def setTimeout[T](delay: Unit, value: T): Promise[T]
    Annotations
    @inline()
  30. def setTimeout[T](delay: Double, value: Unit, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  31. def setTimeout[T](delay: Double, value: T, options: TimerOptions): Promise[T]
    Annotations
    @inline()
  32. def setTimeout[T](delay: Double, value: T): Promise[T]
    Annotations
    @inline()
  33. def setTimeout[T](delay: Double): Promise[T]
    Annotations
    @inline()
  34. def setTimeout[T](): Promise[T]

    Returns a promise that resolves after the specified delay in milliseconds.

    Returns a promise that resolves after the specified delay in milliseconds.

    Annotations
    @inline()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped