validatedTag

fun List<Identifier>.validatedTag(tagKey: TagKey<*>): ValidatedList<Identifier>

Shorthand Validated Identifier List, validated with a tag

List used will be the default

Return

ValidatedList wrapping the list and tag validation

Author

fzzyhmstrs

Since

0.2.0

Parameters

tagKey

TagKey used for validating inputs.


fun Set<Identifier>.validatedTag(tagKey: TagKey<*>): ValidatedSet<Identifier>

Shorthand Validated Identifier Set, validated with a tag

Set used will be the default

Return

ValidatedSet wrapping the set and tag validation

Author

fzzyhmstrs

Since

0.2.0

Parameters

tagKey

TagKey used for validating inputs.