UrlPart

object UrlPart
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type SimpleUrlPart[T] = UrlPart[T, Any]

Type alias when you don't care about what kind of error is issued. Any can seem weird, but it has to be understood as "since it can fail with anything, I won't be able to do anything with the error, which means that I can only check whether it failed or not".

Type alias when you don't care about what kind of error is issued. Any can seem weird, but it has to be understood as "since it can fail with anything, I won't be able to do anything with the error, which means that I can only check whether it failed or not".