Package-level declarations

Functions

Link copied to clipboard
inline fun String?.mapIfNotNullOrNotEquals(other: String, mapper: (String) -> String): String?

If not null or equal to the given string, return the string with the given mapping lambda applied, otherwise null.

Link copied to clipboard
fun Obf.stringPairs(): Pair<String?, String?>

Format this obfuscated member as a pair of strings, client to server.