| MapTResult(NullableReadOnlySpanTMapClassFuncTResult) | Maps a NullableReadOnlySpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
| MapTResult(NullableReadOnlySpanTMapReadOnlyFuncTResult) | Maps a NullableReadOnlySpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
| MapTResult(NullableReadOnlySpanTMapSpanFuncTResult) | Maps a NullableReadOnlySpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
| MapTResult(NullableReadOnlySpanTMapStructFuncTResult) | Maps a NullableReadOnlySpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |