| Package | Description |
|---|---|
| com.atlassian.bitbucket.user |
| Modifier and Type | Method and Description |
|---|---|
void |
UserMentionScanner.processMentions(CharSequence text,
Consumer<UserMentionScanner.UserMention> callback)
Calls
callback for each user mention found in text. |
Optional<CharSequence> |
UserMentionScanner.replaceMentions(CharSequence text,
Function<UserMentionScanner.UserMention,Optional<String>> replacementFunction)
Replaces all user mentions with the string returned from the passed
replacementFunction. |
Copyright © 2019 Atlassian. All rights reserved.