@FunctionalInterface public interface Slugifier
| Modifier and Type | Method and Description |
|---|---|
String |
slugify(String... texts)
Generates URL slug for given set of text.
|
default String |
slugify(String text)
Generates URL slug for given text.
|
Copyright © 2015–2017 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.