Packages

object Segment extends (String) ⇒ Segment

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

Value Members

  1. def andThen[A](g: (Segment) ⇒ A): (String) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(value: String): Segment
    Definition Classes
    Segment → Function1
  3. def compose[A](g: (A) ⇒ String): (A) ⇒ Segment
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val empty: Segment
  5. def encoded(value: String): Segment
  6. implicit val http4sInstancesForSegment: Order[Segment]
  7. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any