Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created July 11, 2014 15:05
Show Gist options
  • Save m0wfo/ee1007e5e5b23991c9c1 to your computer and use it in GitHub Desktop.
Save m0wfo/ee1007e5e5b23991c9c1 to your computer and use it in GitHub Desktop.
List<Iterator<Event>> iterators = FluentIterable.from(source_keys)
.transform(source_key -> getIterator(tail_query, source_key))
.filter(Predicates.notNull())
.toList()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment