Transform Results

Result transformation


of valid values with map


of invalid values with invalidMap


of both values with bimap


of valid values while discarding invalids with flatMap


of invalid values with recover


of invalid values with recoverWith


of swapped values


swap exchanges valid and invalid