Package com.meowool.gradle.toolkit.internal

Types

DependencyMapperInternal
Link copied to clipboard
object DependencyMapperInternal

Internal shared APIs.

OperationScope
Link copied to clipboard
class OperationScope(concurrentScope: ProducerScope<*>?)

Functions

distinct
Link copied to clipboard
fun <T> Flow<T>.distinct(): Flow<T>
distinctBy
Link copied to clipboard
fun <T, K> Flow<T>.distinctBy(selector: (T) -> K): Flow<T>