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 BitAnd extends InfixOperator with Product with Serializable
  23. object BitFlip extends PrefixOperator with Product with Serializable
  24. object BitOr extends InfixOperator with Product with Serializable
  25. object BitXor extends InfixOperator with Product with Serializable
  26. object Const extends BuiltIn with Product with Serializable
  27. object CtfGetInt extends PrimitiveOperator with Product with Serializable
  28. object CtfGetString extends PrimitiveOperator with Product with Serializable
  29. object Default extends BuiltIn with Product with Serializable
  30. object DefaultFrom extends BuiltIn with Product with Serializable
  31. object Delay extends BuiltIn with Product with Serializable
  32. object DelayedLast extends BuiltIn with Product with Serializable
  33. object Div extends InfixOperator with Product with Serializable
  34. object Eq extends InfixOperator with Product with Serializable
  35. object First extends PrimitiveOperator with Product with Serializable

    Take a variable amount of arguments and return the first one

  36. object GetSome extends PrimitiveOperator with Product with Serializable
  37. object Gt extends InfixOperator with Product with Serializable
  38. object Gte extends InfixOperator with Product with Serializable
  39. object IfThen extends PrimitiveOperator with Product with Serializable
  40. object IfThenElse extends PrimitiveOperator with Product with Serializable
  41. object IsNone extends PrimitiveOperator with Product with Serializable
  42. object Last extends BuiltIn with Product with Serializable
  43. object LeftShift extends InfixOperator with Product with Serializable
  44. object Lift extends BuiltIn with Product with Serializable
  45. object Lift3 extends BuiltIn with Product with Serializable
  46. object ListAppend extends PrimitiveOperator with Product with Serializable
  47. object ListEmpty extends PrimitiveOperator with Product with Serializable
  48. object ListFold extends PrimitiveOperator with Product with Serializable
  49. object ListHead extends PrimitiveOperator with Product with Serializable
  50. object ListInit extends PrimitiveOperator with Product with Serializable
  51. object ListLast extends PrimitiveOperator with Product with Serializable
  52. object ListPrepend extends PrimitiveOperator with Product with Serializable
  53. object ListSize extends PrimitiveOperator with Product with Serializable
  54. object ListTail extends PrimitiveOperator with Product with Serializable
  55. object Lt extends InfixOperator with Product with Serializable
  56. object Lte extends InfixOperator with Product with Serializable
  57. object MapAdd extends PrimitiveOperator with Product with Serializable
  58. object MapContains extends PrimitiveOperator with Product with Serializable
  59. object MapEmpty extends PrimitiveOperator with Product with Serializable
  60. object MapGet extends PrimitiveOperator with Product with Serializable
  61. object MapRemove extends PrimitiveOperator with Product with Serializable
  62. object MapSize extends PrimitiveOperator with Product with Serializable
  63. object Max extends PrimitiveOperator with Product with Serializable
  64. object Merge extends BuiltIn with Product with Serializable
  65. object Min extends PrimitiveOperator with Product with Serializable
  66. object Mul extends InfixOperator with Product with Serializable
  67. object Negate extends PrefixOperator with Product with Serializable
  68. object Neq extends InfixOperator with Product with Serializable
  69. object Nil extends BuiltIn with Product with Serializable
  70. object None extends PrimitiveOperator with Product with Serializable
  71. object Not extends PrefixOperator with Product with Serializable
  72. object Or extends InfixOperator with Product with Serializable
  73. object RightShift extends InfixOperator with Product with Serializable
  74. object SetAdd extends PrimitiveOperator with Product with Serializable
  75. object SetContains extends PrimitiveOperator with Product with Serializable
  76. object SetEmpty extends PrimitiveOperator with Product with Serializable
  77. object SetFold extends PrimitiveOperator with Product with Serializable
  78. object SetIntersection extends PrimitiveOperator with Product with Serializable
  79. object SetRemove extends PrimitiveOperator with Product with Serializable
  80. object SetSize extends PrimitiveOperator with Product with Serializable
  81. object SetUnion extends PrimitiveOperator with Product with Serializable
  82. object Some extends PrimitiveOperator with Product with Serializable
  83. object StdLibCount extends BuiltIn with Product with Serializable
  84. object StdLibMaximum extends BuiltIn with Product with Serializable
  85. object StdLibMinimum extends BuiltIn with Product with Serializable
  86. object StdLibSum extends BuiltIn with Product with Serializable
  87. object Sub extends InfixOperator with Product with Serializable
  88. object TesslaInfo extends BuiltIn with Product with Serializable
  89. object Time extends BuiltIn 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