Param1

final case class Param1[-A](prefix: Absolute, suffix: A => String)

Represents https://blah.com/prefix/<A>; the param is always last

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): Absolute

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product