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

commonMain.io.mockk.proxy.Cancelable.kt Maven / Gradle / Ivy

The newest version!
package io.mockk.proxy

interface Cancelable {
    fun get(): T

    fun cancel()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy