Class RichTextJoiner

java.lang.Object
com.dua3.utility.text.RichTextJoiner
All Implemented Interfaces:
Collector<RichText,RichTextJoiner.AccumulationType,RichText>

public class RichTextJoiner extends Object implements Collector<RichText,RichTextJoiner.AccumulationType,RichText>
A Joiner for RichText to be used with Stream.collect(Collector).