A class representing a lazy evaluation stream
Filters elements based on the provided function
Maps each element to a new value based on the provided function
Takes the first n elements from the stream
Converts the LazyStream to an array
Static
Creates a LazyStream from an iterable
A class representing a lazy evaluation stream