given_Conversion_Int_Int_Point2D

object given_Conversion_Int_Int_Point2D extends Conversion[(Int, Int), Point2D]

Conversion from an Integer tuple to a Point2D.

class Conversion[(Int, Int), Point2D]
trait (Int, Int) => Point2D
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(p: (Int, Int)): Point2D

Inherited methods

@unspecialized
def andThen[A](g: Point2D => A): (Int, Int) => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => (Int, Int)): A => Point2D
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