Avatar
norio_nomura 5/2/2017 4:42 AM
Due to implicit promotion to optional it is possible to call flatMap with a closure, that does not return an optional. This way the code works, but is unnecessary inefficient. Such uses of flatMa...