Package monster.nor.prunes.utils

Types

Link copied to clipboard
object GzipUtils

Extract (Unzip) Tar Gz File.

Link copied to clipboard
data class Quartet<out F, out S, out T, out FO>(first: F, second: S, third: T, fourth: FO)
Link copied to clipboard
data class Quintet<out F, out S, out T, out FO, out FI>(first: F, second: S, third: T, fourth: FO, five: FI)
Link copied to clipboard
class UUID
Link copied to clipboard
object ZipUtils

Functions

Link copied to clipboard
fun String.delete(char: Char): String
Link copied to clipboard
fun UUID.Companion.randomString(): String
Link copied to clipboard
fun UUID.Companion.randomStringWithHyphenRemoval(): String
Link copied to clipboard
infix fun <A, B, C> Pair<A, B>.to(that: C): Triple<A, B, C>
infix fun <A, B, C, D> Triple<A, B, C>.to(that: D): Quartet<A, B, C, D>
infix fun <A, B, C, D, E> Quartet<A, B, C, D>.to(that: E): Quintet<A, B, C, D, E>