stream
Stream Methods
toBXList(delimiter=[string])
Collect a Java stream into a BoxLang delimited list.
Each item in the stream will cast to a string and then be joined with the delimiter.
Arguments:
toBXQuery(query=[query])
Collect a Java stream into a BoxLang Query.
Provde an empty query to populate.
Arguments:
toBXStruct(type=[string])
Collect a Java stream into a BoxLang Struct.
Must be a stream of Map.Entry instances.
Arguments:
Examples
Last updated