Object

zio.internal

Platform

Related Doc: package internal

Permalink

object Platform extends PlatformSpecific

Linear Supertypes
PlatformSpecific, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Platform
  2. PlatformSpecific
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addShutdownHook(action: () ⇒ Unit)(implicit unsafe: Unsafe): Unit

    Permalink

    Adds a shutdown hook that executes the specified action on shutdown.

    Adds a shutdown hook that executes the specified action on shutdown.

    Definition Classes
    PlatformSpecific
  5. final def addSignalHandler(signal: String, action: () ⇒ Unit)(implicit unsafe: Unsafe): Unit

    Permalink

    Adds a signal handler for the specified signal (e.g.

    Adds a signal handler for the specified signal (e.g. "INFO"). This method never fails even if adding the handler fails.

    On Scala.js, signal handlers are triggered by changing the hash of the URL to include "zio-signal=INFO" (for the "INFO" signal).

    Definition Classes
    PlatformSpecific
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def exit(code: Int)(implicit unsafe: Unsafe): Unit

    Permalink

    Exits the application with the specified exit code.

    Exits the application with the specified exit code.

    Definition Classes
    PlatformSpecific
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getCurrentThreadGroup()(implicit unsafe: Unsafe): String

    Permalink

    Returns the name of the thread group to which this thread belongs.

    Returns the name of the thread group to which this thread belongs. This is a side-effecting method.

    Definition Classes
    PlatformSpecific
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final val isJS: Boolean(true)

    Permalink

    Returns whether the current platform is ScalaJS.

    Returns whether the current platform is ScalaJS.

    Definition Classes
    PlatformSpecific
  17. final val isJVM: Boolean(false)

    Permalink

    Returns whether the currently platform is the JVM.

    Returns whether the currently platform is the JVM.

    Definition Classes
    PlatformSpecific
  18. final val isNative: Boolean(false)

    Permalink

    Returns whether the currently platform is Scala Native.

    Returns whether the currently platform is Scala Native.

    Definition Classes
    PlatformSpecific
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def newConcurrentMap[A, B]()(implicit unsafe: Unsafe): Map[A, B]

    Permalink
    Definition Classes
    PlatformSpecific
  21. final def newConcurrentSet[A]()(implicit unsafe: Unsafe): Set[A]

    Permalink
    Definition Classes
    PlatformSpecific
  22. final def newConcurrentWeakSet[A]()(implicit unsafe: Unsafe): Set[A]

    Permalink
    Definition Classes
    PlatformSpecific
  23. final def newWeakHashMap[A, B]()(implicit unsafe: Unsafe): Map[A, B]

    Permalink
    Definition Classes
    PlatformSpecific
  24. final def newWeakReference[A](value: A)(implicit unsafe: Unsafe): () ⇒ A

    Permalink
    Definition Classes
    PlatformSpecific
  25. final def newWeakSet[A]()(implicit unsafe: Unsafe): Set[A]

    Permalink
    Definition Classes
    PlatformSpecific
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped