com.github.halfmatthalfcat.stringmetric.Metric.scala Maven / Gradle / Ivy
The newest version!
package com.github.halfmatthalfcat.stringmetric
trait Metric[A, B] {
def compare(a: A, b: A): Option[B]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy