Kactoos

kactoos-jvm / nnl.rocks.kactoos.text / JoinedText

JoinedText

class JoinedText : TextEnvelope

Join a Text.

There is no thread-safety guarantee.

Since 0.4

Constructors

Name Summary
<init> JoinedText(separator: Text, texts: Iterable<Text>)
JoinedText(separator: String, vararg strings: String)
JoinedText(separator: String, strings: Iterable<String>)
JoinedText(separator: Text, vararg texts: Text)

Inherited Functions

Name Summary
asString open fun asString(): String
Convert it to the string.
compareTo open fun compareTo(other: Text): Int
equals open fun equals(other: Any?): Boolean
hashCode open fun hashCode(): Int
toString open fun toString(): String