derivedToOrdered

object derivedToOrdered extends Conversion[Type, Ordered[Type]]
class Conversion[Type, Ordered[Type]]
trait Type => Ordered[Type]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: Type): Ordered[Type]

Inherited methods

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

Extensions

Inherited extensions

extension (x: T)
def convert: Ordered[Type]

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