Package

singleton

ops

Permalink

package ops

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ![P1] = Op1Macro["!", P1]

    Permalink
  2. type !=[P1, P2] = Op2Macro["!=", P1, P2]

    Permalink
  3. type %[P1, P2] = Op2Macro["%", P1, P2]

    Permalink
  4. type &&[P1, P2] = Op2Macro["&&", P1, P2]

    Permalink
  5. type *[P1, P2] = Op2Macro["*", P1, P2]

    Permalink
  6. type +[P1, P2] = Op2Macro["+", P1, P2]

    Permalink
  7. type -[P1, P2] = Op2Macro["-", P1, P2]

    Permalink
  8. type /[P1, P2] = Op2Macro["/", P1, P2]

    Permalink
  9. type <[P1, P2] = Op2Macro["<", P1, P2]

    Permalink
  10. type <=[P1, P2] = Op2Macro["<=", P1, P2]

    Permalink
  11. type ==[P1, P2] = Op2Macro["==", P1, P2]

    Permalink
  12. type >[P1, P2] = Op2Macro[">", P1, P2]

    Permalink
  13. type >=[P1, P2] = Op2Macro[">=", P1, P2]

    Permalink
  14. type Abs[P1] = Op1Macro["Abs", P1]

    Permalink
  15. type Max[P1, P2] = Op2Macro["Max", P1, P2]

    Permalink
  16. type Min[P1, P2] = Op2Macro["Min", P1, P2]

    Permalink
  17. type Negate[P1] = Op1Macro["Negate", P1]

    Permalink
  18. type Require[P1] = Op1Macro["Require", P1]

    Permalink
  19. type Reverse[P1] = Op1Macro["Reverse", P1]

    Permalink
  20. type Substring[P1, P2] = Op2Macro["Substring", P1, P2]

    Permalink
  21. type ToDouble[P1] = Op1Macro["ToDouble", P1]

    Permalink
  22. type ToInt[P1] = Op1Macro["ToInt", P1]

    Permalink
  23. type ToLong[P1] = Op1Macro["ToLong", P1]

    Permalink
  24. type ToNat[P1] = Op1Macro["ToNat", P1]

    Permalink
  25. type ||[P1, P2] = Op2Macro["||", P1, P2]

    Permalink

Value Members

  1. package impl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped