InputA stream of E elements, each element containing a list of F elements. OutputFor each element E, a stream of F elements of the list. If the input element is NULL, the output for this element will be empty. ExampleYou are querying friends and you want to get a stream of their names. |