Fraction

org.beangle.commons.lang.math.Fraction
See theFraction companion object
class Fraction(val value: Long) extends Serializable, Ordered[Fraction]

Attributes

Companion
object
Graph
Supertypes
trait Ordered[Fraction]
trait Comparable[Fraction]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def begin: Int
override def compare(that: Fraction): Int

Attributes

Definition Classes
Ordered
def end: Int
def length: Int
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: Fraction): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Fraction): Boolean

Attributes

Inherited from:
Ordered
def >(that: Fraction): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Fraction): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Fraction): Int

Attributes

Inherited from:
Ordered

Concrete fields

val value: Long