given_Conversion_A_B

class Conversion[A, B]
trait A => B
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

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

Extensions

Inherited extensions

extension (x: T)
def convert: B

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