Object

morphir.sdk

Basics

Related Doc: package sdk

Permalink

object Basics

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

Type Members

  1. type Bool = Boolean

    Permalink
  2. type Decimal = BigDecimal

    Permalink
  3. type Float = Double

    Permalink
  4. type Int = scala.Int

    Permalink
  5. sealed abstract class Order extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Bool: Bool.Bool.type

    Permalink
  5. val Decimal: Decimal.Decimal.type

    Permalink
  6. val EQ: Order

    Permalink
  7. def Float(number: Number): Float

    Permalink
    Annotations
    @inline()
  8. val GT: Order

    Permalink
  9. val Int: Int.Int.type

    Permalink
  10. val LT: Order

    Permalink
  11. object Order extends Serializable

    Permalink
  12. def abs(a: Float): Float

    Permalink
    Annotations
    @inline()
  13. def abs(a: Int): Int

    Permalink
    Annotations
    @inline()
  14. def add(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  15. def add(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  16. def always[A, B](a: A): (B) ⇒ A

    Permalink
    Annotations
    @inline()
  17. def and(a: Bool)(b: Bool): Bool

    Permalink
    Annotations
    @inline()
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def ceiling(a: Float): Int

    Permalink
    Annotations
    @inline()
  20. def clamp(min: Float)(max: Float)(a: Float): Float

    Permalink
    Annotations
    @inline()
  21. def clamp(min: Int)(max: Int)(a: Int): Int

    Permalink
    Annotations
    @inline()
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def composeLeft[A, B, C](g: (B) ⇒ C)(f: (A) ⇒ B): (A) ⇒ C

    Permalink
    Annotations
    @inline()
  24. def composeRight[A, B, C](f: (A) ⇒ B)(g: (B) ⇒ C): (A) ⇒ C

    Permalink
    Annotations
    @inline()
  25. def divide(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equal[A](a: A)(b: A): Bool

    Permalink
    Annotations
    @inline()
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def floor(a: Float): Int

    Permalink
    Annotations
    @inline()
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def greaterThan(a: Float)(b: Float): Bool

    Permalink
    Annotations
    @inline()
  33. def greaterThan(a: Int)(b: Int): Bool

    Permalink
    Annotations
    @inline()
  34. def greaterThan[A](a: A)(b: A)(implicit arg0: Ordering[A]): Bool

    Permalink
    Annotations
    @inline()
  35. def greaterThanOrEqual(a: Float)(b: Float): Bool

    Permalink
    Annotations
    @inline()
  36. def greaterThanOrEqual(a: Int)(b: Int): Bool

    Permalink
    Annotations
    @inline()
  37. def greaterThanOrEqual[A](a: A)(b: A)(implicit arg0: Ordering[A]): Bool

    Permalink
    Annotations
    @inline()
  38. def hashCode(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def identity[A](a: A): A

    Permalink
    Annotations
    @inline()
  40. def integerDivide(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  41. def isInfinite(a: Float): Bool

    Permalink
    Annotations
    @inline()
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. def isNaN(a: Float): Bool

    Permalink
    Annotations
    @inline()
  44. def lessThan(a: Float)(b: Float): Bool

    Permalink
    Annotations
    @inline()
  45. def lessThan(a: Int)(b: Int): Bool

    Permalink
    Annotations
    @inline()
  46. def lessThan[A](a: A)(b: A)(implicit arg0: Ordering[A]): Bool

    Permalink
    Annotations
    @inline()
  47. def lessThanOrEqual(a: Float)(b: Float): Bool

    Permalink
    Annotations
    @inline()
  48. def lessThanOrEqual(a: Int)(b: Int): Bool

    Permalink
    Annotations
    @inline()
  49. def lessThanOrEqual[A](a: A)(b: A)(implicit arg0: Ordering[A]): Bool

    Permalink
    Annotations
    @inline()
  50. def max(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  51. def max(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  52. def max[A](a: A)(b: A)(implicit arg0: Ordering[A]): A

    Permalink
    Annotations
    @inline()
  53. def min(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  54. def min(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  55. def min[A](a: A)(b: A)(implicit arg0: Ordering[A]): A

    Permalink
    Annotations
    @inline()
  56. def modBy(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  57. def multiply(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  58. def multiply(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. def negate(a: Float): Float

    Permalink
    Annotations
    @inline()
  61. def negate(a: Int): Int

    Permalink
    Annotations
    @inline()
  62. def never[A](nothing: Nothing): A

    Permalink
  63. def not(a: Bool): Bool

    Permalink
    Annotations
    @inline()
  64. def notEqual[A](a: A)(b: A): Bool

    Permalink
    Annotations
    @inline()
  65. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  67. def or(a: Bool)(b: Bool): Bool

    Permalink
    Annotations
    @inline()
  68. def power(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  69. def remainderBy(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  70. def round(a: Float): Int

    Permalink
    Annotations
    @inline()
  71. def subtract(a: Float)(b: Float): Float

    Permalink
    Annotations
    @inline()
  72. def subtract(a: Int)(b: Int): Int

    Permalink
    Annotations
    @inline()
  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  74. def toFloat(a: Int): Float

    Permalink
    Annotations
    @inline()
  75. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  76. def truncate(a: Float): Int

    Permalink
    Annotations
    @inline()
  77. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: scala.Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def xor(a: Bool)(b: Bool): Bool

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped