Class/Object

io.fsq.dollar

DollarAmount

Related Docs: object DollarAmount | package dollar

Permalink

class DollarAmount extends Ordered[DollarAmount]

Linear Supertypes
Ordered[DollarAmount], Comparable[DollarAmount], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DollarAmount
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DollarAmount(value: Long)

    Permalink
    Attributes
    protected

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(other: DollarAmount): Long

    Permalink
  4. def *(multiplicand: Double): DollarAmount

    Permalink
  5. def *(multiplicand: Long): DollarAmount

    Permalink
  6. def *(multiplicand: Int): DollarAmount

    Permalink
  7. def +(other: DollarAmount): DollarAmount

    Permalink
  8. def -(other: DollarAmount): DollarAmount

    Permalink
  9. def /(divisor: Double): DollarAmount

    Permalink
  10. def /(divisor: Long): DollarAmount

    Permalink
  11. def /(divisor: Int): DollarAmount

    Permalink
  12. def /(other: DollarAmount): Double

    Permalink
  13. def <(that: DollarAmount): Boolean

    Permalink
    Definition Classes
    Ordered
  14. def <=(that: DollarAmount): Boolean

    Permalink
    Definition Classes
    Ordered
  15. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def >(that: DollarAmount): Boolean

    Permalink
    Definition Classes
    Ordered
  17. def >=(that: DollarAmount): Boolean

    Permalink
    Definition Classes
    Ordered
  18. def abs: DollarAmount

    Permalink
  19. def asCents(round: Rounding): Long

    Permalink
  20. def asDollars(round: Rounding): Long

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def asMicros: Long

    Permalink
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def compare(other: DollarAmount): Int

    Permalink
    Definition Classes
    DollarAmount → Ordered
  25. def compareTo(that: DollarAmount): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(other: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    DollarAmount → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isNegative: Boolean

    Permalink
  33. def isPositive: Boolean

    Permalink
  34. def max(other: DollarAmount): DollarAmount

    Permalink
  35. def min(other: DollarAmount): DollarAmount

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. def roundedHalfEvenToCents: CentAmount

    Permalink
  40. def roundedToCents(round: Rounding): CentAmount

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(forceCents: Boolean, commaify: Boolean = false, withDollarSign: Boolean = true, locale: Locale = Locale.US): String

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    DollarAmount → AnyRef → Any
  44. def unary_-: DollarAmount

    Permalink
  45. val value: Long

    Permalink
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[DollarAmount]

Inherited from Comparable[DollarAmount]

Inherited from AnyRef

Inherited from Any

Ungrouped