Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created June 25, 2019 08:09
Show Gist options
  • Save zarinfam/b61990fa9c247d2b4d4eb5e0ea8a34a3 to your computer and use it in GitHub Desktop.
Save zarinfam/b61990fa9c247d2b4d4eb5e0ea8a34a3 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
final class Functions {
static <T> Tuple2<T, T> twoEmpties(Empty<T> empty) {
return Tuple.of(empty.empty(), empty.empty());
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment