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

zio.test.ConsoleIO.scala Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package zio.test

private[test] sealed trait ConsoleIO
private[test] object ConsoleIO {
  case class Input(line: String)  extends ConsoleIO
  case class Output(line: String) extends ConsoleIO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy