Class ToBigInt
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_bigint.ToBigInt
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.math.BigInteger>
public class ToBigInt extends java.lang.Object implements java.util.function.LongFunction<java.math.BigInteger>Convert the input value to aBigInteger
-
-
Constructor Summary
Constructors Constructor Description ToBigInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegerapply(long input)
-