net.liftmodules.ng.ScalaUtils_2.10.scala Maven / Gradle / Ivy
package net.liftmodules.ng
/** Some utils which aren't available prior to Scala 2.10 */
trait ScalaUtils {
def empty_pf[A, B] : PartialFunction[A, B] = PartialFunction.empty
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy