Hi All, I am trying to convert Pcollection<String> to List<String> using Java sdk. Seems there is combiners.ToList transform available in python sdk. Is there any similar option available in Java sdk? If not can someone guide me with right way of doing this? The Pcollection<String> is very small collection less than 10 items. Thanks in advance.
Regards, Kayal
