ObjectUtils

class Object
trait Matchable
class Any

Type members

Classlikes

final implicit
class IntToBase(digits: String) extends AnyVal

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)

String padding functions

String padding functions

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

String padding functions

String padding functions