object BuiltIn

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuiltIn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class InfixOperator extends PrimitiveOperator

    Marker "interface" that makes applications of this operator be printed as "$operand1 $name $operand2" instead of "$name($operand1, $operand2)"

  2. sealed abstract class PrefixOperator extends PrimitiveOperator

    Marker "interface" that makes applications of this operator be printed as "$name $operand" instead of "$name($operand)"

  3. sealed abstract class PrimitiveOperator extends BuiltIn

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def builtIns: Map[String, BuiltIn]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object Add extends InfixOperator with Product with Serializable
  21. object And extends InfixOperator with Product with Serializable
  22. object Atan extends PrimitiveOperator with Product with Serializable
  23. object BitAnd extends InfixOperator with Product with Serializable
  24. object BitFlip extends PrefixOperator with Product with Serializable
  25. object BitOr extends InfixOperator with Product with Serializable
  26. object BitXor extends InfixOperator with Product with Serializable
  27. object Const extends BuiltIn with Product with Serializable
  28. object Cos extends PrimitiveOperator with Product with Serializable
  29. object CtfGetInt extends PrimitiveOperator with Product with Serializable
  30. object CtfGetString extends PrimitiveOperator with Product with Serializable
  31. object Default extends BuiltIn with Product with Serializable
  32. object DefaultFrom extends BuiltIn with Product with Serializable
  33. object Delay extends BuiltIn with Product with Serializable
  34. object Div extends InfixOperator with Product with Serializable
  35. object Eq extends InfixOperator with Product with Serializable
  36. object FAdd extends InfixOperator with Product with Serializable
  37. object FDiv extends InfixOperator with Product with Serializable
  38. object FGt extends InfixOperator with Product with Serializable
  39. object FGte extends InfixOperator with Product with Serializable
  40. object FLt extends InfixOperator with Product with Serializable
  41. object FLte extends InfixOperator with Product with Serializable
  42. object FMul extends InfixOperator with Product with Serializable
  43. object FNegate extends PrefixOperator with Product with Serializable
  44. object FSub extends InfixOperator with Product with Serializable
  45. object Filter extends BuiltIn with Product with Serializable
  46. object First extends PrimitiveOperator with Product with Serializable

    Take a variable amount of arguments and return the first one

  47. object FloatToInt extends PrimitiveOperator with Product with Serializable
  48. object GetSome extends PrimitiveOperator with Product with Serializable
  49. object Gt extends InfixOperator with Product with Serializable
  50. object Gte extends InfixOperator with Product with Serializable
  51. object IfThenElse extends PrimitiveOperator with Product with Serializable
  52. object IntToFloat extends PrimitiveOperator with Product with Serializable
  53. object IsNone extends PrimitiveOperator with Product with Serializable
  54. object Last extends BuiltIn with Product with Serializable
  55. object LeftShift extends InfixOperator with Product with Serializable
  56. object Lift extends BuiltIn with Product with Serializable
  57. object Lift1 extends BuiltIn with Product with Serializable
  58. object Lift3 extends BuiltIn with Product with Serializable
  59. object ListAppend extends PrimitiveOperator with Product with Serializable
  60. object ListEmpty extends PrimitiveOperator with Product with Serializable
  61. object ListFold extends PrimitiveOperator with Product with Serializable
  62. object ListHead extends PrimitiveOperator with Product with Serializable
  63. object ListInit extends PrimitiveOperator with Product with Serializable
  64. object ListLast extends PrimitiveOperator with Product with Serializable
  65. object ListPrepend extends PrimitiveOperator with Product with Serializable
  66. object ListSize extends PrimitiveOperator with Product with Serializable
  67. object ListTail extends PrimitiveOperator with Product with Serializable
  68. object Log extends PrimitiveOperator with Product with Serializable
  69. object Lt extends InfixOperator with Product with Serializable
  70. object Lte extends InfixOperator with Product with Serializable
  71. object MapAdd extends PrimitiveOperator with Product with Serializable
  72. object MapContains extends PrimitiveOperator with Product with Serializable
  73. object MapEmpty extends PrimitiveOperator with Product with Serializable
  74. object MapGet extends PrimitiveOperator with Product with Serializable
  75. object MapRemove extends PrimitiveOperator with Product with Serializable
  76. object MapSize extends PrimitiveOperator with Product with Serializable
  77. object Max extends PrimitiveOperator with Product with Serializable
  78. object Merge extends BuiltIn with Product with Serializable
  79. object Min extends PrimitiveOperator with Product with Serializable
  80. object Mod extends InfixOperator with Product with Serializable
  81. object Mul extends InfixOperator with Product with Serializable
  82. object Negate extends PrefixOperator with Product with Serializable
  83. object Neq extends InfixOperator with Product with Serializable
  84. object Nil extends BuiltIn with Product with Serializable
  85. object None extends PrimitiveOperator with Product with Serializable
  86. object Not extends PrefixOperator with Product with Serializable
  87. object Or extends InfixOperator with Product with Serializable
  88. object Pow extends PrimitiveOperator with Product with Serializable
  89. object RightShift extends InfixOperator with Product with Serializable
  90. object SetAdd extends PrimitiveOperator with Product with Serializable
  91. object SetContains extends PrimitiveOperator with Product with Serializable
  92. object SetEmpty extends PrimitiveOperator with Product with Serializable
  93. object SetFold extends PrimitiveOperator with Product with Serializable
  94. object SetIntersection extends PrimitiveOperator with Product with Serializable
  95. object SetRemove extends PrimitiveOperator with Product with Serializable
  96. object SetSize extends PrimitiveOperator with Product with Serializable
  97. object SetUnion extends PrimitiveOperator with Product with Serializable
  98. object Sin extends PrimitiveOperator with Product with Serializable
  99. object Some extends PrimitiveOperator with Product with Serializable
  100. object StdLibCount extends BuiltIn with Product with Serializable
  101. object StdLibMaximum extends BuiltIn with Product with Serializable
  102. object StdLibMinimum extends BuiltIn with Product with Serializable
  103. object StdLibSum extends BuiltIn with Product with Serializable
  104. object String_concat extends PrimitiveOperator with Product with Serializable
  105. object Sub extends InfixOperator with Product with Serializable
  106. object Tan extends PrimitiveOperator with Product with Serializable
  107. object TesslaInfo extends BuiltIn with Product with Serializable
  108. object Time extends BuiltIn with Product with Serializable
  109. object ToString extends PrimitiveOperator with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped