Joins stream elements into a string with a delimiter.
This method is intended for Stream<string>. For other types, use joiningWith() and provide an explicit formatter.
| delimiter |
the delimiter string. |
|
Result.ok(joined string), or Result.error(StreamError.UNSUPPORTED_TYPE) when T is not string. |