Packages

o

scala.scalanative.loop

LibUVConstants

object LibUVConstants

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LibUVConstants
  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 O_CREAT: Int
  5. val O_RDWR: Int
  6. val UV_DISCONNECT: Int
  7. val UV_FS_REQ_T: Int
  8. val UV_PIPE_T: Int
  9. val UV_POLL_T: Int
  10. val UV_PREPARE_T: Int
  11. val UV_PRIORITIZED: Int
  12. val UV_PROCESS_T: Int
  13. val UV_READABLE: Int
  14. val UV_RUN_DEFAULT: Int
  15. val UV_RUN_NOWAIT: Int
  16. val UV_RUN_ONCE: Int
  17. val UV_TCP_T: Int
  18. val UV_TIMER_T: Int
  19. val UV_TTY_T: Int
  20. val UV_UDP_T: Int
  21. val UV_WRITABLE: Int
  22. val UV_WRITE_REQ_T: Int
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def check(v: Int, label: String): Int
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  26. val default_permissions: Int
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped