Package

org.http4s

util

Permalink

package util

Linear Supertypes
AnyRef, Any
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. trait ByteVectorInstances extends AnyRef

    Permalink
  2. sealed class CaseInsensitiveString extends CharSequence

    Permalink
  3. final class CaseInsensitiveStringOps extends AnyVal

    Permalink
  4. trait CaseInsensitiveStringSyntax extends AnyRef

    Permalink
  5. trait OptionOps[A] extends Ops[Option[A]]

    Permalink
  6. trait OptionSyntax extends AnyRef

    Permalink
  7. trait Renderable extends Any

    Permalink

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

  8. trait Renderer[T] extends AnyRef

    Permalink

    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

  9. trait StringOps extends Ops[String]

    Permalink
  10. trait StringSyntax extends CaseInsensitiveStringSyntax

    Permalink
  11. class StringWriter extends Writer

    Permalink

    Writer that will result in a String

  12. trait TaskFunctions extends AnyRef

    Permalink
  13. trait Writer extends AnyRef

    Permalink

    Efficiently accumulate Renderable representations

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringSyntax

    Permalink
  2. object Renderable

    Permalink
  3. object Renderer

    Permalink
  4. object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService

    Permalink
  5. object UrlCodingUtils extends UrlCodingUtils

    Permalink
  6. object UrlFormCodec

    Permalink
  7. object Writer

    Permalink
  8. def bug(message: String): AssertionError

    Permalink

    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.

  9. object byteVector extends ByteVectorInstances

    Permalink
  10. def decode(charset: Charset): Process1[ByteVector, String]

    Permalink

    Temporary.

    Temporary. Contribute back to scalaz-stream.

  11. object option extends OptionSyntax

    Permalink
  12. object string extends StringSyntax

    Permalink
  13. object task extends TaskFunctions

    Permalink
  14. object threads

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped