• Given a stream aStream, returns a boolean telling if the stream is empty (i.e contains no element and is in fact equal to nil) Does not evaluate the stream

    Parameters

    • aStream: Stream<any>

      the list considered

    Returns boolean

    • if aStream is empty or not