Today I would like to share last of small helper functions that help write concise code. Just like Apply, it helps to avoid null-checking ifs by conditionally applying a transformation function. Differently from Apply, it returns the result of the transformation, which, apparently, is quite a frequently used pattern. Let's