
io.fintrospect.parameters.MultiParameters.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fintrospect_2.10 Show documentation
Show all versions of fintrospect_2.10 Show documentation
Library that adds self-documentation to Finagle server endpoint services
package io.fintrospect.parameters
import scala.language.higherKinds
/**
* Support for parameters which can have more than one value (e.g query parameters or forms)
*/
trait MultiParameters[P[_], R[_]] {
val multi: Parameters[P, R]
def * = multi
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy