Skip to content

Comments

[Junie]: feat: add getOrElseThrow method to Either type#15

Open
junie-eap[bot] wants to merge 1 commit intomainfrom
jetbrains-junie/issue-10-run-4a3b6165-b9fe-4396-bb95-b69bb19288e4
Open

[Junie]: feat: add getOrElseThrow method to Either type#15
junie-eap[bot] wants to merge 1 commit intomainfrom
jetbrains-junie/issue-10-run-4a3b6165-b9fe-4396-bb95-b69bb19288e4

Conversation

@junie-eap
Copy link

@junie-eap junie-eap bot commented Jun 6, 2025

📌 Hey! This PR was made for you with Junie, the coding agent by JetBrains Early Access Preview

It's still learning, developing, and might make mistakes. Please make sure you review the changes before you accept them.
We’d love your feedback — join our Discord to share bugs, ideas: here.

📊 Junie Summary

A new method getOrElseThrow was implemented for the Arrow library's Either type which returns the right value if the Either is Right, or throws a RuntimeException if the Either is Left. This implementation was successfully tested and confirmed to work as expected. All related tasks were completed, and the changes were submitted without any issues.

 A new method `getOrElseThrow` was implemented for the Arrow library's `Either` type which returns the right value if the Either is Right, or throws a RuntimeException if the Either is Left. This implementation was successfully tested and confirmed to work as expected. All related tasks were completed, and the changes were submitted without any issues.
@junie-eap junie-eap bot added the junie label Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants