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
    @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
    @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @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
    @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @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
    @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 DelayedLast extends BuiltIn with Product with Serializable
  32. object Div extends InfixOperator with Product with Serializable
  33. object Eq extends InfixOperator with Product with Serializable
  34. object First extends PrimitiveOperator with Product with Serializable

    Take a variable amount of arguments and return the first one

  35. object Gt extends InfixOperator with Product with Serializable
  36. object Gte extends InfixOperator with Product with Serializable
  37. object IfThen extends PrimitiveOperator with Product with Serializable
  38. object IfThenElse extends PrimitiveOperator with Product with Serializable
  39. object Last extends BuiltIn with Product with Serializable
  40. object LeftShift extends InfixOperator with Product with Serializable
  41. object Lt extends InfixOperator with Product with Serializable
  42. object Lte extends InfixOperator with Product with Serializable
  43. object MapAdd extends PrimitiveOperator with Product with Serializable
  44. object MapContains extends PrimitiveOperator with Product with Serializable
  45. object MapEmpty extends PrimitiveOperator with Product with Serializable
  46. object MapGet extends PrimitiveOperator with Product with Serializable
  47. object MapRemove extends PrimitiveOperator with Product with Serializable
  48. object MapSize extends PrimitiveOperator with Product with Serializable
  49. object Merge extends BuiltIn with Product with Serializable
  50. object Mul extends InfixOperator with Product with Serializable
  51. object Negate extends PrefixOperator with Product with Serializable
  52. object Neq extends InfixOperator with Product with Serializable
  53. object Nil extends BuiltIn with Product with Serializable
  54. object Not extends PrefixOperator with Product with Serializable
  55. object Or extends InfixOperator with Product with Serializable
  56. object RightShift extends InfixOperator with Product with Serializable
  57. object SetAdd extends PrimitiveOperator with Product with Serializable
  58. object SetContains extends PrimitiveOperator with Product with Serializable
  59. object SetEmpty extends PrimitiveOperator with Product with Serializable
  60. object SetIntersection extends PrimitiveOperator with Product with Serializable
  61. object SetRemove extends PrimitiveOperator with Product with Serializable
  62. object SetSize extends PrimitiveOperator with Product with Serializable
  63. object SetUnion extends PrimitiveOperator with Product with Serializable
  64. object Sub extends InfixOperator with Product with Serializable
  65. object TesslaInfo extends BuiltIn with Product with Serializable
  66. 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