Make NameAwareAttributes Iterable #937
Labels
Epic
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
Milestone
Working with
NamingEnumeration
s can be cumbersome. Specifically, since each of its methods throws a checked exception, it can be challenging to use its contents inside of a lambda.If
NameAwareAttributes
implementsIterable<NameAwareAttribute>
, then aside from it being able to use an enhanced for loop, it can also be converted to a stream and use the Stream API.When adding this, tests should be added to
NameAwareAttributesTests
to confirm that iteration works.The text was updated successfully, but these errors were encountered: