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

com.github.halfmatthalfcat.stringmetric.Metric.scala Maven / Gradle / Ivy

package com.github.halfmatthalfcat.stringmetric

trait Metric[A, B] {
	def compare(a: A, b: A): Option[B]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy