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

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