pakoito
Option.map(user.some(), email.some(), phoneOption) { tuple3 -> /* … */ }
phoneOption.map { User(name, email, it) }