object Segment extends (String) ⇒ Segment
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Segment
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
andThen[A](g: (Segment) ⇒ A): (String) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(value: String): Segment
- Definition Classes
- Segment → Function1
-
def
compose[A](g: (A) ⇒ String): (A) ⇒ Segment
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val empty: Segment
- def encoded(value: String): Segment
- implicit val http4sInstancesForSegment: Order[Segment]
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any