IntBigIntegerConverter

Int -> ionspin BigInteger (widening only; the reverse is intentionally unsupported).

Properties

Link copied to clipboard
Link copied to clipboard
val targetType: KClass<BigInteger>

Functions

Link copied to clipboard
open override fun convertFrom(target: BigInteger): Int
Link copied to clipboard
open fun convertFromOrNull(target: BigInteger): Int?
Link copied to clipboard
open override fun convertTo(source: Int): BigInteger
Link copied to clipboard
open fun convertToOrNull(source: Int): BigInteger?