ifSuccess

inline fun <V, F> Result<V, F>.ifSuccess(ifSuccess: (V) -> Unit): Result<V, F>

Performs provided operation if Result is success.

Important: This is a Public Preview API. It may be changed or removed at any time.