map

Transforms the encapsulated error and cache.

Return

A new ErrorWithCache instance of type ErrorOut and CacheOut.

Parameters

onCache

Transforms the cache from nullable CacheIn to CacheOut.

onError

Transforms the error from ErrorIn to ErrorOut.

See also