Packages

package util

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed class CaseInsensitiveString extends CharSequence with Ordered[CaseInsensitiveString]

    A String wrapper such that two strings x and y are equal if x.value.equalsIgnoreCase(y.value)

  2. trait Renderable extends Any

    Mixin that makes a type writable by a Writer without needing a Renderer instance

  3. trait Renderer[T] extends AnyRef

    A type class that describes how to efficiently render a type

    A type class that describes how to efficiently render a type

    T

    the type which will be rendered

  4. class StringWriter extends Writer

    Writer that will result in a String

  5. trait Writer extends AnyRef

    Efficiently accumulate Renderable representations

  6. type CaseInsensitiveStringOps = StringOps
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.StringOps

  7. type CaseInsensitiveStringSyntax = StringSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.StringSyntax

  8. type NonEmptyListSyntax = syntax.NonEmptyListSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M5) Moved to org.http4s.syntax.NonEmptyListSyntax

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringInstances
  2. object Renderable
  3. object Renderer
  4. object StringWriter
  5. object Writer
  6. object execution

Deprecated Value Members

  1. val TrampolineExecutionContext: ExecutionContextExecutor
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Moved to org.http4s.execution.trampoline, is now merely a ExecutionContextExecutor.

  2. def bug(message: String): AssertionError

    Constructs an assertion error with a reference back to our issue tracker.

    Constructs an assertion error with a reference back to our issue tracker. Use only with head hung low.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.22) For internal use only. Will be removed from public API.

  3. def decode[F[_]](charset: Charset): Pipe[F, Byte, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.5) Can fall into an infinite loop, which can't be fixed without a RaiseThrowable constraint. A corrected version will be contributed to fs2.

  4. def hashLower(s: String): Int
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.5) Not a good hash. Prefer org.typelevel.ci.CIString.

  5. object nonEmptyList extends NonEmptyListSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M5) Moved to org.http4s.syntax.nonEmptyList

  6. object string extends StringSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.string

  7. object threads
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.5) Not related to HTTP. Will be removed from public API.

Inherited from AnyRef

Inherited from Any

Ungrouped