Class/Object

fr.davit.capturl.scaladsl.Path

Segment

Related Docs: object Segment | package Path

Permalink

final case class Segment(head: String, tail: SlashOrEmpty = Empty) extends Path with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Path, javadsl.Path, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segment
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Path
  7. Path
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Segment(head: String, tail: SlashOrEmpty = Empty)

    Permalink

Type Members

  1. type Head = String

    Permalink
    Definition Classes
    SegmentPath

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(pathString: String): Path

    Permalink
    Definition Classes
    Path
  4. def ++(suffix: Path): Path

    Permalink
    Definition Classes
    SegmentPath
  5. def /(segment: String): Path

    Permalink
    Definition Classes
    Path
  6. def /: Path

    Permalink
    Definition Classes
    Path
  7. def ::(segment: String): Path

    Permalink
    Definition Classes
    SegmentPath
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def ?/(segment: String): Path

    Permalink
    Definition Classes
    Path
  10. def appendSegment(segment: String): javadsl.Path

    Permalink
    Definition Classes
    PathPath
  11. def appendSlash(): javadsl.Path

    Permalink

    Java API

    Java API

    Definition Classes
    PathPath
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def asScala(): Path

    Permalink
    Definition Classes
    PathPath
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def endsWith(suffix: String, ignoreTrailingSlash: Boolean = false): Boolean

    Permalink
    Definition Classes
    Path
  16. def endsWithSlash: Boolean

    Permalink
    Definition Classes
    Path
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getSegments(): Iterable[String]

    Permalink
    Definition Classes
    PathPath
  21. val head: String

    Permalink
    Definition Classes
    SegmentPath
  22. def isAbsolute(): Boolean

    Permalink
    Definition Classes
    PathPath
  23. def isEmpty(): Boolean

    Permalink
    Definition Classes
    SegmentPath
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isRelative(): Boolean

    Permalink
    Definition Classes
    PathPath
  26. def length(): Int

    Permalink
    Definition Classes
    SegmentPath
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def nonEmpty: Boolean

    Permalink
    Definition Classes
    Path
  29. def normalize(): Path

    Permalink
    Definition Classes
    PathPath
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def relativize(path: javadsl.Path): javadsl.Path

    Permalink
    Definition Classes
    PathPath
  33. def relativize(path: Path): Path

    Permalink
    Definition Classes
    Path
  34. def resolve(path: javadsl.Path): javadsl.Path

    Permalink
    Definition Classes
    PathPath
  35. def resolve(path: Path): Path

    Permalink
    Definition Classes
    Path
  36. def reverse: Path

    Permalink
    Definition Classes
    Path
  37. def reverseAndPrependTo(prefix: Path): Path

    Permalink
    Attributes
    protected
    Definition Classes
    Path
  38. def segments: List[String]

    Permalink
    Definition Classes
    SegmentPath
  39. def startsWith(that: Path): Boolean

    Permalink
    Definition Classes
    SegmentPath
  40. def startsWithSegment(): Boolean

    Permalink
    Definition Classes
    SegmentPath
  41. def startsWithSlash(): Boolean

    Permalink
    Definition Classes
    SegmentPath
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. val tail: SlashOrEmpty

    Permalink
    Definition Classes
    SegmentPath
  44. def toString(): String

    Permalink
    Definition Classes
    Path → AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Path

Inherited from javadsl.Path

Inherited from AnyRef

Inherited from Any

Ungrouped