final class Scheme extends Ordered[Scheme]
Each org.http4s.Uri begins with a scheme name that refers to a specification for assigning identifiers within that scheme.
- Source
- Uri.scala
- See also
https://www.ietf.org/rfc/rfc3986.txt, Section 3.1
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scheme
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Scheme, B)
-
def
<(that: Scheme): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Scheme): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: Scheme): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Scheme): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compare(other: Scheme): Int
- Definition Classes
- Scheme → Ordered
-
def
compareTo(that: Scheme): Int
- Definition Classes
- Ordered → Comparable
- def ensuring(cond: (Scheme) ⇒ Boolean, msg: ⇒ Any): Scheme
- def ensuring(cond: (Scheme) ⇒ Boolean): Scheme
- def ensuring(cond: Boolean, msg: ⇒ Any): Scheme
- def ensuring(cond: Boolean): Scheme
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Scheme → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Scheme → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Scheme → AnyRef → Any
- val value: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (Scheme, B)
Shadowed Implicit Value Members
-
def
<(that: Scheme): Boolean
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: Scheme): Boolean
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: Scheme): Boolean
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: Scheme): Boolean
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: Scheme): Int
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: Scheme): Int
- Implicit
- This member is added by an implicit conversion from Scheme to Ordered[Scheme] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Scheme] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scheme: Ordered[Scheme]).compareTo(that)
- Definition Classes
- Ordered → Comparable