Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
object Attributes

Predefined attributes.

Link copied to clipboard
class CachedList<T>(clock: Clock = Clock.DEFAULT_CLOCK)
Link copied to clipboard

An auto-incrementing notification ID generator.

Inherited properties

Link copied to clipboard

Returns the emoji flag for a given ISO 3166-1 alpha-2 country code.

Functions

Link copied to clipboard
fun <T1, T2, T3, TR> combineStates(flow1: StateFlow<T1>, flow2: StateFlow<T2>, flow3: StateFlow<T3>, transform: (t1: T1, t2: T2, t3: T3) -> TR): StateFlow<TR>
fun <T1, T2, T3, T4, TR> combineStates(flow1: StateFlow<T1>, flow2: StateFlow<T2>, flow3: StateFlow<T3>, flow4: StateFlow<T4>, transform: (t1: T1, t2: T2, t3: T3, t4: T4) -> TR): StateFlow<TR>
fun <T1, T2, T3, T4, T5, TR> combineStates(flow1: StateFlow<T1>, flow2: StateFlow<T2>, flow3: StateFlow<T3>, flow4: StateFlow<T4>, flow5: StateFlow<T5>, transform: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) -> TR): StateFlow<TR>

Inherited functions

Link copied to clipboard

Converts base64 encoded string to decoded byte array.

Link copied to clipboard

Generates the sha256 digest.

Link copied to clipboard

Decompresses raw DEFLATE bytes (no zlib wrapper, no gzip), matching Deflater(Deflater.BEST_COMPRESSION, true) with java.util.zip.DeflaterOutputStream on the backend.

Link copied to clipboard

Builds a new string by repeating this with separator

Link copied to clipboard

Retrieves a string resource dynamically by its name. If the resource is not found, it returns the provided default value.

Link copied to clipboard

Returns the sha256 hex string.