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

gigahorse.Body.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
abstract class Body() extends Serializable {




override def equals(o: Any): Boolean = o match {
  case _: Body => true
  case _ => false
}
override def hashCode: Int = {
  37 * (17 + "gigahorse.Body".##)
}
override def toString: String = {
  "Body()"
}
}
object Body {
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy