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

backbone.ProcessingResult.scala Maven / Gradle / Ivy

The newest version!
package backbone

sealed trait ProcessingResult
case object Rejected extends ProcessingResult {
  def instance: ProcessingResult = Rejected
}
case object Consumed extends ProcessingResult {
  def instance: ProcessingResult = Consumed
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy