Skip to content

Conversation

@miorel
Copy link
Contributor

@miorel miorel commented Jul 14, 2024

To be used in a for-each loop, an object must implement the Iterable interface. Similar to the TypeScript counterpart, let's add a Java goody that can transform an Iterator into an Iterable.

To be used in a for-each loop, an object must implement the Iterable interface. Similar to the TypeScript counterpart, let's add a Java goody that can transform an Iterator into an Iterable.
@miorel miorel requested review from simona1 and volkmchl July 14, 2024 00:42
@github-actions
Copy link
Contributor

PR Health Report

Last checked commit 9be38f1.

  • npx prettier --write .github .vscode && ! (git status --porcelain | grep .): ✅
  • (cd tools && yarn format && ! (git status --porcelain | grep .)): ✅
  • (cd tools && yarn lint): ✅
  • (cd tools && yarn typecheck): ✅
  • (cd tools && yarn test): ✅
  • (cd tools/adventure-pack && yarn build-app): ✅

Copy link
Contributor

@volkmchl volkmchl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miorel miorel merged commit 904bb33 into main Jul 14, 2024
@miorel miorel deleted the to-iterable branch July 14, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants