com.eharmony.aloha.feature.Intercept.scala Maven / Gradle / Ivy
The newest version!
package com.eharmony.aloha.feature
trait Intercept { self: DefaultPossessor =>
/** Provides an intercept function that returns a sequence of one key-value pair:
* {{{
* assert(intercept() == Seq(("", 1.0)))
* }}}
* @return
*/
@inline def intercept() = empty
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy