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

scribe.message.EmptyMessage.scala Maven / Gradle / Ivy

The newest version!
package scribe.message

import scribe.output.{EmptyOutput, LogOutput}

object EmptyMessage extends Message[String] {
  override val value: String = ""
  override val logOutput: LogOutput = EmptyOutput
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy