I have written the following method to generate poweset using Java 8 map function
public static List> powerSet(List arr){