Skip to content

Instantly share code, notes, and snippets.

@jemai
Created March 13, 2019 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jemai/94991d8f9ad49c6a8c25a8d0701f3d82 to your computer and use it in GitHub Desktop.
Save jemai/94991d8f9ad49c6a8c25a8d0701f3d82 to your computer and use it in GitHub Desktop.
public enum HTTPResult<U,V> {
case success(U)
case failure(V)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment