ObjectUtils

class Object
trait Matchable
class Any

Type members

Classlikes

implicit class IntToBase(digits: String)

Convert a string in a specified base to a BigInt

Convert a string in a specified base to a BigInt

Returns:

The BigInt converted from the string.

implicit class NumericManipulation[T](x: T)(implicit evidence$1: Numeric[T], n: Numeric[T])

Number manipulation functions

Number manipulation functions

implicit class StringWithPad(s: String)

Implicits

Implicits

final implicit def IntToBase(digits: String): IntToBase

Convert a string in a specified base to a BigInt

Convert a string in a specified base to a BigInt

Returns:

The BigInt converted from the string.

final implicit def NumericManipulation[T : Numeric](x: T)(implicit evidence$1: Numeric[T], n: Numeric[T]): NumericManipulation[T]

Number manipulation functions

Number manipulation functions

final implicit def StringWithPad(s: String): StringWithPad