kactoos-jvm / nnl.rocks.kactoos.text / JoinedText / <init>
JoinedText(separator:
Text
, texts:
Iterable
<
Text
>)
JoinedText(separator:
Text
, vararg texts:
Text
)
separator
- Separator among texts
texts
- Texts to be joinedJoinedText(separator:
String
, vararg strings:
String
)
JoinedText(separator:
String
, strings:
Iterable
<
String
>)
separator
- Separator among strings
strings
- Strings to be joined