eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Home Page:http://www.eclipse.org/collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add JavaDoc to CaseFunction

donraab opened this issue · comments

CaseFunction currently has no JavaDoc. It should clarify that the cases are evaluated in order and the first match results in a return value. Multiple cases are not supported.

Hello, @donraab I'm a beginner in open source, I am willing to work on this issue, can you please guide me on how I can get started?

commented

CaseFunction currently has no JavaDoc. It should clarify that the cases are evaluated in order and the first match results in a return value. Multiple cases are not supported.

True. Can I proceed with this? Or, Maybe have a draft PR which you can evaluate?

Hi @relentless-pursuit . Are you working on this? If not, i can pick this up. Please let me know.