UnaryOp

object UnaryOp
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Code = Int

Codes are raw Ints to be able to write switch matches on them.

Codes are raw Ints to be able to write switch matches on them.

Value members

Concrete methods

Concrete fields

final val Boolean_!: 1
final val ByteToInt: 3
final val CharToInt: 2
final val DoubleToFloat: 13
final val DoubleToInt: 12
final val DoubleToLong: 15
final val FloatToDouble: 7
final val IntToByte: 9
final val IntToChar: 8
final val IntToDouble: 6
final val IntToLong: 5
final val IntToShort: 10
final val LongToDouble: 14
final val LongToInt: 11
final val ShortToInt: 4