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
final
val DoubleToInt: 12
final
val DoubleToLong: 15
final
final
val IntToByte: 9
final
val IntToChar: 8
final
final
val IntToLong: 5
final
val IntToShort: 10
final
val LongToDouble: 14
final
val LongToFloat: 16
final
val LongToInt: 11
final
val ShortToInt: 4