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

gigahorse.State.scala Maven / Gradle / Ivy

The newest version!
/**
 * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
 */

// DO NOT EDIT MANUALLY
package gigahorse
sealed abstract class State extends Serializable
object State {
  
  
  case object Continue extends State
  case object Abort extends State
  case object Upgrade extends State
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy