Skip to content

Instantly share code, notes, and snippets.

@mindwing
Created June 8, 2016 05:25
Show Gist options
  • Save mindwing/a80c02772b536ba99adfb7fe0e44f806 to your computer and use it in GitHub Desktop.
Save mindwing/a80c02772b536ba99adfb7fe0e44f806 to your computer and use it in GitHub Desktop.
Agera Explained - 08.Incrementally Agerifying legacy code
// MutableRepository<RequestBlob> requestVariable =
// mutableRepository(firstRequest);
// OR:
MutableRepository<Result<RequestBlob>> requestVariable =
mutableRepository(Result.<RequestBlob>absent());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment