Hello! The methods isEmpty() and count() in Iterable were very convenient to me. Now with Stream do I always need to convert the stream to a collection or an array (into() and toArray() methods) to get the same functionality or is there an easier way? Thank you.