object Signal extends ByteEnum[Signal]
- Source
- types.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Signal
- ByteEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final macro def findValues: IndexedSeq[Signal]
- Attributes
- protected
- Definition Classes
- ByteEnum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def reader[F[_]](implicit F: MonadError[F, Throwable]): SimpleValueReader[F, Signal]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values: IndexedSeq[Signal]
- Definition Classes
- Signal → ValueEnum
- final lazy val valuesToEntriesMap: Map[Byte, Signal]
- Definition Classes
- ValueEnum
- 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])
- def withValue(i: Byte): Signal
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Byte): Either[NoSuchMember[Byte, ValueEnumEntry[Byte]], Signal]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Byte): Option[Signal]
- Definition Classes
- ValueEnum
- case object Abrt extends Signal with Product with Serializable
- case object Alrm extends Signal with Product with Serializable
- case object Bus extends Signal with Product with Serializable
- case object Chld extends Signal with Product with Serializable
- case object Cont extends Signal with Product with Serializable
- case object Fpe extends Signal with Product with Serializable
- case object Hup extends Signal with Product with Serializable
- case object Ill extends Signal with Product with Serializable
- case object Int extends Signal with Product with Serializable
- case object Kill extends Signal with Product with Serializable
- case object None extends Signal with Product with Serializable
- case object Pipe extends Signal with Product with Serializable
- case object Poll extends Signal with Product with Serializable
- case object Prof extends Signal with Product with Serializable
- case object Pwr extends Signal with Product with Serializable
- case object Quit extends Signal with Product with Serializable
- case object Segv extends Signal with Product with Serializable
- case object Stop extends Signal with Product with Serializable
- case object Sys extends Signal with Product with Serializable
- case object Term extends Signal with Product with Serializable
- case object Trap extends Signal with Product with Serializable
- case object Tstp extends Signal with Product with Serializable
- case object Ttin extends Signal with Product with Serializable
- case object Ttou extends Signal with Product with Serializable
- case object Urg extends Signal with Product with Serializable
- case object Usr1 extends Signal with Product with Serializable
- case object Usr2 extends Signal with Product with Serializable
- case object Vtalrm extends Signal with Product with Serializable
- case object Winch extends Signal with Product with Serializable
- case object Xcpu extends Signal with Product with Serializable
- case object Xfsz extends Signal with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.