All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.badoo.reaktive.utils.Utils.kt Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.badoo.reaktive.utils

import kotlin.time.Duration

@InternalReaktiveApi
fun Duration.coerceAtLeastZero(): Duration =
    if (isNegative()) Duration.ZERO else this




© 2015 - 2025 Weber Informatics LLC | Privacy Policy