WideningConversion

trait WideningConversion[@specialized(Int, Float, Short, Byte) F, @specialized(Int, Long, Double) T]

Sort of like Conversion but intended to be restricted to core numeric types

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(f: F): T