| Return type | Name and parameters |
|---|---|
StringBuilder
|
leftShift(Object value)
Overloads the left shift operator to provide syntactic sugar for appending to a StringBuilder. |
String
|
plus(String value)
Appends a String to this StringBuilder. |
void
|
putAt(EmptyRange range, Object value)
Supports the range subscript operator for StringBuilder. |
void
|
putAt(IntRange range, Object value)
Supports the range subscript operator for StringBuilder. |
addShutdownHook, any, any, asBoolean, asType, average, collect, collect, collect, contains, count, dump, each, eachWithIndex, equals, every, every, find, find, findAll, findAll, findIndexOf, findIndexOf, findIndexValues, findIndexValues, findLastIndexOf, findLastIndexOf, findResult, findResult, flatten, getAt, getMetaClass, getMetaPropertyValues, getProperties, grep, grep, groupBy, groupBy, hasProperty, identity, inject, inject, inspect, invokeMethod, is, isCase, iterator, join, metaClass, print, print, printf, printf, println, println, println, putAt, respondsTo, respondsTo, setMetaClass, size, split, sprintf, sprintf, stream, sum, sum, tap, toArrayString, toSpreadMap, toString, use, use, use, with, with, withTraits
asBoolean, asType, bitwiseNegate, capitalize, center, center, contains, containsIgnoreCase, count, denormalize, digest, drop, dropRight, dropWhile, eachLine, eachLine, eachMatch, eachMatch, endsWithAny, endsWithIgnoreCase, expand, expand, expandLine, find, find, find, find, findAll, findAll, findAll, findAll, getAt, getAt, getAt, getAt, getAt, getChars, isAllWhitespace, isBigDecimal, isBigInteger, isBlank, isCase, isDouble, isFloat, isInteger, isLong, isNumber, leftShift, matches, md5, minus, minus, multiply, next, normalize, padLeft, padLeft, padRight, padRight, plus, previous, readLines, replace, replace, replaceAll, replaceAll, replaceAll, replaceAll, replaceFirst, replaceFirst, replaceFirst, replaceFirst, reverse, sha256, size, split, splitEachLine, splitEachLine, startsWithAny, startsWithIgnoreCase, stripIndent, stripIndent, stripIndent, stripMargin, stripMargin, stripMargin, take, takeAfter, takeBefore, takeBetween, takeBetween, takeBetween, takeBetween, takeRight, takeWhile, toBigDecimal, toBigInteger, toDouble, toFloat, toInteger, toList, toLong, toSet, toShort, toURI, toURL, tokenize, tokenize, tokenize, tr, uncapitalize, unexpand, unexpand, unexpandLine
Overloads the left shift operator to provide syntactic sugar for appending to a StringBuilder.
value - an ObjectAppends a String to this StringBuilder.
value - a StringSupports the range subscript operator for StringBuilder.
range - a Rangevalue - the object that's toString() will be inserted