If/if – else/ else with lambda expression
I'm writing a small piece of logic that checks if Facebook API retrieves the user email for me, if not, I'm setting the email from request parameter, or if that isn't present either, I'm throwing an exception . My question…