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

refined4s.strings.scala Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha12
Show newest version
package refined4s

import eu.timepit.refined
import eu.timepit.refined.api.{Refined, RefinedTypeOps}

object strings {
  type Uri = String Refined refined.string.Uri

  object Uri extends RefinedTypeOps[Uri, String]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy