BigIntegerSchema

constructor(vararg validations: Validation<BigInteger>, initialValue: BigInteger = BigInteger.ZERO)(source)
constructor(validations: Iterable<Validation<BigInteger>> = emptyList(), initialValue: BigInteger = BigInteger.ZERO)(source)