When information exists delegate conversion to the provided function, otherwise convert missing information
into Some(whenZeroInfo
).
When information exists delegate conversion to the provided function, otherwise convert missing information
into Some(whenZeroInfo
). The initial client was the validated version of OctetPair.
The type the data is being converted to
The data to convert
When no information present in data
return Some(whenZeroInfo)
Conversion function to invoke when data
contains useful information
The conversion of data
to an instance of T
or not
When information exists delegate conversion to the provided function, otherwise convert missing information into Some(None).
When information exists delegate conversion to the provided function, otherwise convert missing information
into Some(None). This supports Rule 3 - Additional Freedom
The type the information will be converted to
The information source
Conversion function to invoke when data
contains useful information
Some(None) if there is no information otherwise Some(Some(t)) when info
can convert the data
to an instance otherwise None which signifies the presence of unconvertible information bearing
data
This object is a collection point for transformations related to information bearing data.