map
Maps this validation to a new convertible type. The default value will be applied from this delegates current storedValue
The field will be internally managed by this validation as a delegate, so the serialization will take the form of this validation, the widget will be from this, and so on.
Return
ValidatedMapped<N> - A Mapped validation that provides and receives the new type with this as a delegate
Author
fzzyhmstrs
Since
0.5.0
Parameters
the new type to map to
Maps this validation to a new convertible type.
The field will be internally managed by this validation as a delegate, so the serialization will take the form of this validation, the widget will be from this, and so on.
Return
ValidatedMapped<N> - A Mapped validation that provides and receives the new type with this as a delegate
Author
fzzyhmstrs
Since
0.5.0
Parameters
the new type to map to
N - the default value of the new type
Maps this validation to a new convertible type.
The field will be internally managed by this validation as a delegate, so the serialization will take the form of this validation, the widget will be from this, and so on.
Return
ValidatedMapped<N> - A Mapped validation that provides and receives the new type with this as a delegate
Author
fzzyhmstrs
Since
0.5.0