<V> Result<V,ERROR>
fmap(Fn1<Result<V,ERROR>,VALUE> mapper)
map(Fn1<V,VALUE> mapper)
default <RES> RES
map(Fn1<RES,A> f)
<E> Result<VALUE,E>
mapErr(Fn1<E,ERROR> mapper)
VALUE
unwrap(Fn1<VALUE,ERROR> errUnwrap)