given_Conversion_Int_Rational

object given_Conversion_Int_Rational extends Conversion[Int, Rational]
class Conversion[Int, Rational]
trait Int => Rational
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply(v: Int): Rational

Inherited methods

def andThen[A](g: Rational => A): Int => A
Inherited from:
Function1
def compose[A](g: A => Int): A => Rational
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Extensions

Inherited extensions

extension (x: T)

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