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

io.reactors.debugger.package.scala Maven / Gradle / Ivy

package io.reactors



import org.rapidoid.http._



package object debugger {
  implicit class handler1(f: Req => Object) extends ReqHandler {
    def execute(x: Req): Object = f(x)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy