Interface TextFilter

All Superinterfaces:
Function<CharSequence,​CharSequence>
All Known Implementing Classes:
GithubFlavoredMarkdownFilter, HtmlEscapeFilter, KeepFilter, LinkToUrlFilter, MarkdownFilter, NofollowLinksFilter, NormalizeFilter, ParagraphFilter, SimplifyHtmlFilter, SmilyFilter, StripHtmlFilter, TextileFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

A text filter modifies a text in a defined manner. It should be highly optimized for speed.

Text filters are thread safe unless stated otherwise.

Text filters are stateless unless stated otherwise.

Author:
Richard "Shred" Körber