
com.github.rahulsom.grooves.functions.EventIdProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grooves-core Show documentation
Show all versions of grooves-core Show documentation
Simpler implementation of Grooves
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