object NodeJS
- Source
- processMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeJS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type BeforeExitListener = Function1[Double, Unit]
- trait CpuUsage extends Object with StObject
- Annotations
- @JSType() @native()
- type DisconnectListener = Function0[Unit]
- trait EmitWarningOptions extends Object with StObject
- Annotations
- @JSType() @native()
- type ExitListener = Function1[Double, Unit]
- trait HRTime extends Object with StObject
- Annotations
- @JSType() @native()
- trait MemoryUsage extends Object with StObject
- Annotations
- @JSType() @native()
- trait MemoryUsageFn extends Object with StObject
- Annotations
- @JSType() @native()
- type MessageListener = Function2[Any, Any, Unit]
- type MultipleResolveListener = Function3[MultipleResolveType, Promise[Any], Any, Unit]
- trait MultipleResolveType extends Object with StObject
- Annotations
- @JSType()
- type NewListenerListener = Function2[|[java.lang.String, Symbol], Function1[Any, Unit], Unit]
- trait Platform extends Object with StObject
- Annotations
- @JSType()
- trait Process extends Object with StObject with EventEmitter
- Annotations
- @JSType() @native()
- trait ProcessConfig extends Object with StObject
- Annotations
- @JSType() @native()
- type ProcessEnv = StringDictionary[UndefOr[java.lang.String]]
- trait ProcessRelease extends Object with StObject
- Annotations
- @JSType() @native()
- trait ProcessReport extends Object with StObject
- Annotations
- @JSType() @native()
- trait ProcessVersions extends Object with StObject with Dict[java.lang.String]
- Annotations
- @JSType() @native()
- type ReadStream = ttyMod.ReadStream
- type RejectionHandledListener = Function1[Promise[Any], Unit]
- type RemoveListenerListener = Function2[|[java.lang.String, Symbol], Function1[Any, Unit], Unit]
- trait ResourceUsage extends Object with StObject
- Annotations
- @JSType() @native()
- trait Signals extends Object with StObject
- Annotations
- @JSType()
- type SignalsListener = Function1[Signals, Unit]
- trait Socket extends Object with StObject with ReadWriteStream
- Annotations
- @JSType() @native()
- type UncaughtExceptionListener = Function1[Error, Unit]
- type UnhandledRejectionListener = Function2[UndefOr[|[Object, Null]], Promise[Any], Unit]
- type WarningListener = Function1[Error, Unit]
- type WriteStream = ttyMod.WriteStream
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object CpuUsage
- object EmitWarningOptions
- object MemoryUsage
- object MultipleResolveType
- object Platform
- object ProcessConfig
- object ProcessRelease
- object ProcessVersions
- object ResourceUsage
- object Signals
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated