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
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. object Add extends InfixOperator with Product with Serializable
  22. object And extends InfixOperator 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 CtfGetInt extends PrimitiveOperator with Product with Serializable
  29. object CtfGetString extends PrimitiveOperator with Product with Serializable
  30. object Default extends BuiltIn with Product with Serializable
  31. object DefaultFrom 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 Gt extends InfixOperator with Product with Serializable
  37. object Gte extends InfixOperator with Product with Serializable
  38. object IfThen extends PrimitiveOperator with Product with Serializable
  39. object IfThenElse extends PrimitiveOperator with Product with Serializable
  40. object Last extends BuiltIn with Product with Serializable
  41. object LeftShift extends InfixOperator with Product with Serializable
  42. object Lt extends InfixOperator with Product with Serializable
  43. object Lte extends InfixOperator with Product with Serializable
  44. object MapAdd extends PrimitiveOperator with Product with Serializable
  45. object MapContains extends PrimitiveOperator with Product with Serializable
  46. object MapEmpty extends PrimitiveOperator with Product with Serializable
  47. object MapGet extends PrimitiveOperator with Product with Serializable
  48. object MapRemove extends PrimitiveOperator with Product with Serializable
  49. object MapSize extends PrimitiveOperator with Product with Serializable
  50. object Merge extends BuiltIn with Product with Serializable
  51. object Mul extends InfixOperator with Product with Serializable
  52. object Negate extends PrefixOperator with Product with Serializable
  53. object Neq extends InfixOperator with Product with Serializable
  54. object Nil extends BuiltIn with Product with Serializable
  55. object Not extends PrefixOperator with Product with Serializable
  56. object Or extends InfixOperator with Product with Serializable
  57. object RightShift extends InfixOperator with Product with Serializable
  58. object SetAdd extends PrimitiveOperator with Product with Serializable
  59. object SetContains extends PrimitiveOperator with Product with Serializable
  60. object SetEmpty extends PrimitiveOperator with Product with Serializable
  61. object SetIntersection extends PrimitiveOperator with Product with Serializable
  62. object SetRemove extends PrimitiveOperator with Product with Serializable
  63. object SetSize extends PrimitiveOperator with Product with Serializable
  64. object SetUnion extends PrimitiveOperator with Product with Serializable
  65. object Sub extends InfixOperator with Product with Serializable
  66. object Time extends BuiltIn with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped