Class 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 a BigInteger
    • Constructor Summary

      Constructors 
      Constructor Description
      ToBigInt()  
    • Method Summary

      Modifier and Type Method Description
      java.math.BigInteger apply​(long input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToBigInt

        public ToBigInt()
    • Method Detail

      • apply

        public java.math.BigInteger apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.math.BigInteger>