View Source Fussy.Constructors (fussy v0.1.0-rc.2)

Link to this section Summary

Link to this section Functions

See Fussy.Validators.Any.new/0.

Link to this function

atom(atom, args \\ [case_sensitive: true])

View Source

See Fussy.Validators.Atom.new/2.

See Fussy.Validators.Boolean.new/1.

See Fussy.Validators.Date.new/0.

See Fussy.Validators.DateTime.new/0.

See Fussy.Validators.Default.new/2.

See Fussy.Validators.Either.new/1.

Link to this function

enum(atoms, args \\ [case_sensitive: true])

View Source

See Fussy.Validators.Float.new/1.

See Fussy.Validators.Integer.new/1.

See Fussy.Validators.List.new/2.

See Fussy.Validators.Literal.new/1.

See Fussy.Validators.FixedMap.new/2.

Link to this function

non_empty_list(t, args \\ [])

View Source
Link to this function

non_empty_string(args \\ [])

View Source
Link to this function

non_neg_float(args \\ [])

View Source
Link to this function

non_neg_integer(args \\ [])

View Source

See Fussy.Validators.Optional.new/1.

See Fussy.Validators.String.new/1.

Link to this function

tuple(structure, args \\ [])

View Source

See Fussy.Validators.Tuple.new/2.