object url extends (String) ⇒ Req

Linear Supertypes
(String) ⇒ Req, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. url
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def andThen[A](g: (Req) ⇒ A): (String) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(url: String): Req
    Definition Classes
    url → Function1
  3. def compose[A](g: (A) ⇒ String): (A) ⇒ Req
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any