Trait/Object

nl.gn0s1s.julius

RomanNumeral

Related Docs: object RomanNumeral | package julius

Permalink

sealed trait RomanNumeral extends Ordered[RomanNumeral]

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

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: RomanNumeral): Boolean

    Permalink
    Definition Classes
    RomanNumeral → Ordered
  4. def <=(that: RomanNumeral): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: RomanNumeral): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: RomanNumeral): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: RomanNumeral): Int

    Permalink
    Definition Classes
    RomanNumeral → Ordered
  11. def compareTo(that: RomanNumeral): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. def div(that: RomanNumeral): RomanNumeral

    Permalink
  13. def double: RomanNumeral

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def halve: RomanNumeral

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def isOdd: Boolean

    Permalink
  22. def minus(that: RomanNumeral): RomanNumeral

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def optimize: RomanNumeral

    Permalink
  27. def plus(that: RomanNumeral): RomanNumeral

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

    Permalink
    Definition Classes
    AnyRef
  29. def times(that: RomanNumeral): RomanNumeral

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    RomanNumeral → AnyRef → Any
  31. final def wait(): Unit

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

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

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

Inherited from Ordered[RomanNumeral]

Inherited from Comparable[RomanNumeral]

Inherited from AnyRef

Inherited from Any

Ungrouped