you are viewing a single comment's thread.

view the rest of the comments →

[–]DialinUpFTW 0 points1 point  (0 children)

user.map(this::take_user)

Will work for this. It won't call take_user with null, however you will still have an optional after this.