Uses of Class
jsonvalues.JsBigDec
Packages that use JsBigDec
-
Uses of JsBigDec in jsonvalues
Methods in jsonvalues that return JsBigDecModifier and TypeMethodDescriptionJsBigDec.map
(UnaryOperator<BigDecimal> fn) Maps this JsBigDec into another onestatic JsBigDec
JsBigDec.of
(BigDecimal n) Static factory method to create a JsBigDec from a BigDecimal object.default JsBigDec
JsValue.toJsBigDec()
Returns this JsValue as a JsBigDecMethods in jsonvalues with parameters of type JsBigDec -
Uses of JsBigDec in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBigDecModifier and TypeMethodDescriptionReturns a supplier from the specified seed that generates a new JsBigDec each time it's calledstatic fun.gen.Gen<JsBigDec>
JsBigDecGen.arbitrary()
Returns a generator that produces values uniformly distributedstatic fun.gen.Gen<JsBigDec>
JsBigDecGen.arbitrary
(BigDecimal min, BigDecimal max) Returns a generator that produces values uniformly distributed over a specified intervalstatic fun.gen.Gen<JsBigDec>
JsBigDecGen.biased()
returns a biased generators that produces, with higher probability, potential problematic values that usually cause more bugs.static fun.gen.Gen<JsBigDec>
JsBigDecGen.biased
(long min, long max) returns a biased generators that produces, with higher probability, potential problematic values that usually cause more bugs.static fun.gen.Gen<JsBigDec>
JsBigDecGen.biased
(BigDecimal min, BigDecimal max) returns a biased generators that produces, with higher probability, potential problematic values that usually cause more bugs.