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

com.swoval.test.Platform.scala Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.swoval.test

sealed trait Platform
case object MacOS extends Platform { override def toString = "MacOS" }
case object Linux extends Platform { override def toString = "Linux" }
case object Windows extends Platform { override def toString = "Windows" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy