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

com.github.rahulsom.grooves.functions.EventIdProvider.kt Maven / Gradle / Ivy

The newest version!
package com.github.rahulsom.grooves.functions

/**
 * A function that returns an event id for a given event.
 */
interface EventIdProvider {
    fun invoke(event: Event): EventId
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy