in app/lib/FutureO.scala [14:18]
def map[S](f: T => S): FutureO[S] = { FutureO(futureOption.map { optS => optS.map(f(_)) }) }