given_Conversion_Long_Rational

object given_Conversion_Long_Rational extends Conversion[Long, Rational]
class Conversion[Long, Rational]
trait Long => Rational
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply(v: Long): Rational

Convert value x of type T to type U

Convert value x of type T to type U

Source:
rational.scala

Inherited methods

def andThen[A](g: Rational => A): T1 => A
Inherited from:
Function1
def compose[A](g: A => Long): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Extensions

Inherited extensions

extension (x: T)
def convert: U

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from:
Conversion
Source:
Conversion.scala