GUtil
Functions
Link copied to clipboard
open fun <V, T : Collection<in V>?> addToCollection(dest: T, failOnNull: Boolean, src: Iterable<out V>): T
Link copied to clipboard
Link copied to clipboard
Flattens input collections (including arrays *but* not maps).
Link copied to clipboard
Checks whether the fist CharSequence ends with the second.
Link copied to clipboard
open fun <T : Collection<out Any>?> flatten(elements: Array<Any>, addTo: T, flattenMaps: Boolean): T
open fun <T : Collection<out Any>?> flatten(elements: Collection<out Any>, addTo: T, flattenMapsAndArrays: Boolean): T
open fun <T : Collection<out Any>?> flatten(elements: Collection<out Any>, addTo: T, flattenMaps: Boolean, flattenArrays: Boolean): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts an arbitrary string to a camel-case string which can be used in a Java identifier.
Link copied to clipboard
Converts an arbitrary string to upper case identifier with words separated by _.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts an arbitrary string to space-separated words.
Link copied to clipboard
Calls the given callable converting any thrown exception to an unchecked exception via throwAsUncheckedException