LongImplicits

final class LongImplicits(val l: Long) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def f(i: Int, f: Int, maxI: Int, maxF: Int, g: Grouping, rm: RoundingMode): String

Format a numeric value

Format a numeric value

Value Params
f

minimum fraction digits (defaults to 0, -1 defines no minimum)

g

grouping mode (defaults to Grouping.None)

i

minimum integer digits (defaults to 1, -1 defines no minimum)

maxF

maximum fraction digits (defaults to -1 to set the max the same as the minimum)

maxI

maximum integer digits (defaults to -1 for no maximum)

rm

rounding mode for maximum fraction digits (defaults to RoundingMode.HalfUp)

Returns

formatted String for the numeric value

def t: CrossDate

Concrete fields

val l: Long