Package-level declarations
An Exkt module providing common extensions for Kotlin.
An Exkt module providing common extensions for Kotlin.
Types
Link copied to clipboard
class PaddingConfig
Properties
Functions
Link copied to clipboard
Returns true
if this collection has duplicate objects. false
otherwise.
Link copied to clipboard
Link copied to clipboard
Returns true
if this string has whitespace characters. false
otherwise.
Link copied to clipboard
Returns the lengthiest string in this collection or null
if there are no elements.
Link copied to clipboard
Transforms the elements of this collection using map and returns MutableList representation of the transformed collection.
Link copied to clipboard
Link copied to clipboard
Parses this string as IntRange. The format is equal to Kotlin rangeTo operator. Example usage:
Link copied to clipboard
Shortcut for replacePlaceholders("id" to replacement)
.
Link copied to clipboard
Link copied to clipboard
Returns this string if it's not null
. Empty string otherwise.
Link copied to clipboard
Shortcut for joinToString(" ")