I\'m trying to use Java 8 stream to check if all the distinct characters in a string are present in a map and to return their keys as a List. I am able to do it using Stream