implicit final class SignalConstantsMutableBuilder[Self <: SignalConstants] extends AnyVal
- Annotations
- @inline()
- Source
- osMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SignalConstantsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SignalConstantsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setSIGABRT(value: Double): Self
- Annotations
- @inline()
- def setSIGALRM(value: Double): Self
- Annotations
- @inline()
- def setSIGBREAK(value: Double): Self
- Annotations
- @inline()
- def setSIGBUS(value: Double): Self
- Annotations
- @inline()
- def setSIGCHLD(value: Double): Self
- Annotations
- @inline()
- def setSIGCONT(value: Double): Self
- Annotations
- @inline()
- def setSIGFPE(value: Double): Self
- Annotations
- @inline()
- def setSIGHUP(value: Double): Self
- Annotations
- @inline()
- def setSIGILL(value: Double): Self
- Annotations
- @inline()
- def setSIGINFO(value: Double): Self
- Annotations
- @inline()
- def setSIGINT(value: Double): Self
- Annotations
- @inline()
- def setSIGIO(value: Double): Self
- Annotations
- @inline()
- def setSIGIOT(value: Double): Self
- Annotations
- @inline()
- def setSIGKILL(value: Double): Self
- Annotations
- @inline()
- def setSIGLOST(value: Double): Self
- Annotations
- @inline()
- def setSIGPIPE(value: Double): Self
- Annotations
- @inline()
- def setSIGPOLL(value: Double): Self
- Annotations
- @inline()
- def setSIGPROF(value: Double): Self
- Annotations
- @inline()
- def setSIGPWR(value: Double): Self
- Annotations
- @inline()
- def setSIGQUIT(value: Double): Self
- Annotations
- @inline()
- def setSIGSEGV(value: Double): Self
- Annotations
- @inline()
- def setSIGSTKFLT(value: Double): Self
- Annotations
- @inline()
- def setSIGSTOP(value: Double): Self
- Annotations
- @inline()
- def setSIGSYS(value: Double): Self
- Annotations
- @inline()
- def setSIGTERM(value: Double): Self
- Annotations
- @inline()
- def setSIGTRAP(value: Double): Self
- Annotations
- @inline()
- def setSIGTSTP(value: Double): Self
- Annotations
- @inline()
- def setSIGTTIN(value: Double): Self
- Annotations
- @inline()
- def setSIGTTOU(value: Double): Self
- Annotations
- @inline()
- def setSIGUNUSED(value: Double): Self
- Annotations
- @inline()
- def setSIGURG(value: Double): Self
- Annotations
- @inline()
- def setSIGUSR1(value: Double): Self
- Annotations
- @inline()
- def setSIGUSR2(value: Double): Self
- Annotations
- @inline()
- def setSIGVTALRM(value: Double): Self
- Annotations
- @inline()
- def setSIGWINCH(value: Double): Self
- Annotations
- @inline()
- def setSIGXCPU(value: Double): Self
- Annotations
- @inline()
- def setSIGXFSZ(value: Double): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self