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

com.github.rahulsom.grooves.GroovesResult.kt Maven / Gradle / Ivy

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

sealed class GroovesResult {
    data class Success(val snapshot: Snapshot) :
        GroovesResult()

    data class Redirect(val aggregate: Aggregate, val at: VersionOrTimestamp) :
        GroovesResult()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy