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

com.nohrd.bike.Cancellable.kt Maven / Gradle / Ivy

The newest version!
package com.nohrd.bike

/**
 * An interface indicating that something can be cancelled.
 */
public fun interface Cancellable {

    public fun cancel()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy