Add a findFirstOfType method? #683
Closed
sleberknight
started this conversation in
Ideas
Replies: 3 comments
-
In JDK 21, it would make sense to do this for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Given that this only makes sense when |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since this was only used in a few services (copied), I am adding this to kiwi-beta for now., and closing this here as "Fixed". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found the following method copied (ugh) in several of our services. Is this something that we should move into kiwi?
Considerations:
objects
be aList
or a more generic type such asCollection
(even though collections don't imply a natural ordering)?KiwiLists
as a possible home.Beta Was this translation helpful? Give feedback.
All reactions