Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 7, 2017 22:11
Show Gist options
  • Select an option

  • Save mcupak/c8cdfffb54ef7430744cdc2a339e10dd to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/c8cdfffb54ef7430744cdc2a339e10dd to your computer and use it in GitHub Desktop.
jshell> IntStream.iterate(
Signatures:
IntStream IntStream.iterate(int seed, IntUnaryOperator f)
IntStream IntStream.iterate(int seed, IntPredicate hasNext, IntUnaryOperator next)
<press tab again to see documentation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment