Skip to content

refactor: add type parameters to Java collection types#309

Merged
magnus-madsen merged 1 commit intomasterfrom
refactor/java-collections-generics
Mar 28, 2026
Merged

refactor: add type parameters to Java collection types#309
magnus-madsen merged 1 commit intomasterfrom
refactor/java-collections-generics

Conversation

@magnus-madsen
Copy link
Copy Markdown
Member

@magnus-madsen magnus-madsen commented Mar 28, 2026

Summary

  • Update all function signatures in java-collections.md to use proper generic type parameters (e.g. JList[a], JMap[k, v]) instead of raw types (JList, JMap)
  • Flix now supports proper generics for Java interop types, so the book should reflect this

Test plan

  • Verify the signatures match the current Flix Adaptor module API

🤖 Generated with Claude Code

…tions.md

Flix now supports proper generics for Java interop types. Update all
function signatures to use parameterized types (e.g. JList[a], JMap[k, v])
instead of raw types.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@magnus-madsen magnus-madsen merged commit 551f6ca into master Mar 28, 2026
1 check passed
@magnus-madsen magnus-madsen deleted the refactor/java-collections-generics branch March 28, 2026 05:54
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.

1 participant