☰
streams
streams
Functions
creates a - potentially infinite - stream by using given supplier
end of stream is reached once supplier returns nil
note that the supplier is called only once for each has_next/next cycle
end of stream is reached once supplier returns nil
note that the supplier is called only once for each has_next/next cycle
to streams but not requiring an instance