Class UriPathAbstract

Hierarchy

  • UriPath

Implements

  • HashCode
  • Compare
  • Debug
  • Display

Accessors

  • get length(): number
  • Returns number

  • get name(): string
  • Returns string

Methods

  • Parameters

    Returns UriPath

  • Parameters

    • segment: string

    Returns UriPath

  • Returns UriPath

  • Returns UriPath

  • Returns UriPath

  • Parameters

    • that: unknown

    Returns number

  • Type Parameters

    • T

    Parameters

    • output: Output<T>

    Returns Output<T>

  • Type Parameters

    • T

    Parameters

    • output: Output<T>

    Returns Output<T>

  • Parameters

    • that: unknown

    Returns boolean

  • Returns UriPath

  • Parameters

    • index: number

    Returns string

  • Returns number

  • Returns string

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Parameters

    Returns boolean

  • Parameters

    • like: string | readonly string[]

    Returns void

  • Parameters

    Returns UriPath

  • Returns UriPath

  • Parameters

    Returns UriPath

  • Parameters

    • segment: string

    Returns UriPath

  • Returns UriPath

  • Returns this path relative to the given base path.

    Parameters

    Returns UriPath

  • Returns UriPath

  • Parameters

    Returns UriPath

  • Returns UriPath

  • Returns string[]

  • Returns string

  • Parameters

    Returns UriPath

  • Parameters

    • name: string

    Returns UriPath

  • Returns UriPath

  • Type Parameters

    Parameters

    • value: T

    Returns UriPath | Uninitable<T>

  • Parameters

    Returns UriPath

  • Parameters

    • input: Input

    Returns Parser<UriPath>

  • Parameters

    • string: string

    Returns UriPath

  • Parameters

    • segment: string
    • Optional tail: UriPath

    Returns UriPath

  • Parameters

    • Optional segment: string | UriPath

    Returns UriPath

Generated using TypeDoc