com.eharmony.aloha.semantics.SemanticsProvider.scala Maven / Gradle / Ivy
The newest version!
package com.eharmony.aloha.semantics
/** This is passed to the factory.
* @tparam A
*/
trait SemanticsProvider[A] {
/** Get a new instance of semantics.
* @return
*/
def semanticsInstance: Semantics[A]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy