BoundCompanion

sealed trait BoundCompanion[A]
class Object
trait Matchable
class Any
object Inclusive
object Exclusive

Value members

Abstract methods

def apply(value: BigDecimal): A

Concrete methods

def fromBigInt(value: Long): A
def fromDouble(value: Double): A
def fromFloat(value: Float): A
def fromInt(value: Int): A
def fromLong(value: Long): A