eu.timepit.refined.predicates.generic.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refined_sjs1_3 Show documentation
Show all versions of refined_sjs1_3 Show documentation
Simple refinement types for Scala
The newest version!
package eu.timepit.refined.predicates
import eu.timepit.refined
object generic extends GenericPredicates
trait GenericPredicates {
final type Equal[U] = refined.generic.Equal[U]
final val Equal = refined.generic.Equal
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy