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

org.powerscala.console.StringText.scala Maven / Gradle / Ivy

package org.powerscala.console

case class StringText(content: String) extends Text {
  lazy val length: Int = content.length
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy