CharSequenceExtensions¶
TODO description
CharSequence¶
all¶
fun boolean all(CharPredicate predicate)
TODO add description.
any¶
fun boolean any(CharPredicate predicate)
TODO add description.
contains¶
fun boolean contains(char c)
TODO add description.
count¶
fun int count(CharPredicate predicate)
TODO add description.
count¶
fun int count(char c)
TODO add description.
find¶
fun Character find(CharPredicate predicate)
TODO add description.
findChar¶
fun char findChar(CharPredicate predicate)
TODO add description.
findLast¶
fun Character findLast(CharPredicate predicate)
TODO add description.
findLastChar¶
fun char findLastChar(CharPredicate predicate)
TODO add description.
getAt¶
fun String getAt(IntRange r)
TODO add description.
getAt¶
fun char getAt(int i)
TODO add description.
getAtSafe¶
fun Character getAtSafe(int i)
TODO add description.
getAtSafe¶
fun String getAtSafe(IntRange r)
TODO add description.
indexOf¶
fun int indexOf(char c)
TODO add description.
indexOf¶
fun int indexOf(CharPredicate predicate)
TODO add description.
lastIndexOf¶
fun int lastIndexOf(CharPredicate predicate)
TODO add description.
lastIndexOf¶
fun int lastIndexOf(char c)
TODO add description.
none¶
fun boolean none(CharPredicate predicate)
TODO add description.
reversed¶
fun String reversed()
TODO add description.
size¶
fun int size()
TODO add description.
toDouble¶
fun double toDouble()
TODO add description.
toFloat¶
fun float toFloat()
TODO add description.
toInt¶
fun int toInt()
TODO add description.
toList¶
fun CharList toList()
TODO add description.
toLong¶
fun long toLong()
TODO add description.
toSet¶
fun CharSet toSet()
TODO add description.