@rimbu/streamReducer (namespace)nonEmptyOn this pagetype nonEmptyA Reducer that outputs true if one or more input values are received, false otherwise.exampleconsole.log(Stream.of(1, 2, 3).reduce(Reducer.nonEmpty))// => trueDefinitionnonEmpty: Reducer<any, boolean>