Say I have an list of objects with two fields field1 and field2, both of String type.
field1
field2
How do I get a list of all field1 values wit
Without Iterating this is not possible .You can reduce iteration somehow but it is must.