mapValue

open fun <B> mapValue(mappingFunction: (A) -> B): ReferenceOr<B>(source)

Maps the value using the given function.

In the case of Reference, this is a no-op.

Report a problem