Allow two Optionals to be zipped into an Optional of a pair

Issue #63 resolved
Andrew S created an issue

This new method is analogous to io.atlassian.fugue.Pair#zip(Iterable, Iterable), but for Optionals instead of Iterables. Sadly, Optionals are not Iterable.

Comments (1)

  1. Log in to comment