-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limited joining collector #16
Labels
Milestone
Comments
amaembo
added a commit
that referenced
this issue
Nov 1, 2015
amaembo
added a commit
that referenced
this issue
Nov 1, 2015
amaembo
added a commit
that referenced
this issue
Nov 3, 2015
amaembo
added a commit
that referenced
this issue
Nov 3, 2015
amaembo
added a commit
that referenced
this issue
Nov 4, 2015
amaembo
added a commit
that referenced
this issue
Nov 6, 2015
amaembo
added a commit
that referenced
this issue
Nov 8, 2015
amaembo
added a commit
that referenced
this issue
Nov 8, 2015
amaembo
added a commit
that referenced
this issue
Nov 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement collector which joins stream of CharSequences with given delimiter which may short-circuit when the given length is reached adding the optional ellipsis. Possible features and settings include:
java.text.BreakIterator.getCharacterInstance()
)java.text.BreakIterator.getWordInstance()
)"foo, bar..."
"foo, bar, ..."
BreakIterator
, etc.) (postponed: see Enhance Joining collector #20)Roadmap:
The text was updated successfully, but these errors were encountered: