Atex.Lexicon.Validators.Integer (atex v0.7.1)

View Source

Summary

Types

option()

@type option() :: {:minimum, integer()} | {:maximum, integer()}

Functions

validate(value, options)

@spec validate(term(), [option()]) :: Peri.validation_result()