join


Description:


public Collector<string,Object,string> join (owned string delimiter = "")

Returns a collector that concatenates the elements into a string, in encounter order.

Parameters:

delimiter

a delimiter

Returns:

the collector implementation


Namespace: Gpseq.Collectors
Package: gpseq-1.0