All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.raquo.waypoint.Waypoint.scala Maven / Gradle / Ivy

There is a newer version: 8.0.1
Show newest version
package com.raquo.waypoint

import urldsl.errors.{FragmentMatchingError, ParamMatchingError, PathMatchingError}
import urldsl.language._

class Waypoint[PathErr, QueryErr, FragErr](
  override protected val pathError: PathMatchingError[PathErr],
  override protected val queryError: ParamMatchingError[QueryErr],
  override protected val fragmentError: FragmentMatchingError[FragErr],
) extends PathSegmentImpl[PathErr]
  with QueryParametersImpl[QueryErr]
  with FragmentImpl[FragErr]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy