NumericHelpers

org.finos.morphir.runtime.internal.NumericHelpers
case class NumericHelpers[T](numericType: Type[T], numericHelper: Numeric[T], integralHelper: Option[Integral[T]], fractionalHelper: Option[Fractional[T]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fractionalHelperOrThrow(args: List[RTValue]): Fractional[T]
def integralHelperOrThrow: Integral[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product