Skip to content

Instantly share code, notes, and snippets.

@brianduff
Created February 10, 2020 15:24
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 brianduff/4a254658f50f5a0ae069e81ffdb9aba0 to your computer and use it in GitHub Desktop.
Save brianduff/4a254658f50f5a0ae069e81ffdb9aba0 to your computer and use it in GitHub Desktop.
moduleDeps.keySet().stream()
.filter(dep -> dep instanceof IjLibrary)
.map(library -> (IjLibrary) library)
.forEach(referencedLibraries::add);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment