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. case class ByteVectorWriter(bv: ByteVector = ByteVector.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Writer with Product with Serializable

    Permalink

    Writer that will result in a ByteVector

    Writer that will result in a ByteVector

    bv

    initial ByteVector

  3. sealed class CaseInsensitiveString extends CharSequence

    Permalink
  4. final class CaseInsensitiveStringOps extends AnyVal

    Permalink
  5. trait CaseInsensitiveStringSyntax extends AnyRef

    Permalink
  6. final class NonEmptyList[+A] extends AnyRef

    Permalink

    A singly-linked list that is guaranteed to be non-empty.

    A singly-linked list that is guaranteed to be non-empty.

    Forked from Scalaz 7.1 after moving past Scalaz 7.1 out of a desire to maintain one based on scala.List.

  7. trait NonEmptyListFunctions extends AnyRef

    Permalink
  8. sealed abstract class NonEmptyListInstances extends NonEmptyListInstances0

    Permalink
  9. sealed abstract class NonEmptyListInstances0 extends AnyRef

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

    Permalink
  11. trait OptionSyntax extends AnyRef

    Permalink
  12. trait Renderable extends Any

    Permalink

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

  13. 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

  14. trait StringOps extends Ops[String]

    Permalink
  15. trait StringSyntax extends CaseInsensitiveStringSyntax

    Permalink
  16. class StringWriter extends Writer

    Permalink

    Writer that will result in a String

  17. trait TaskFunctions extends AnyRef

    Permalink
  18. trait Writer extends AnyRef

    Permalink

    Efficiently accumulate Renderable representations

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringSyntax

    Permalink
  2. object NonEmptyList extends NonEmptyListInstances with NonEmptyListFunctions

    Permalink
  3. object Renderable

    Permalink
  4. object Renderer

    Permalink
  5. object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService

    Permalink
  6. object UrlCodingUtils extends UrlCodingUtils

    Permalink
  7. object UrlFormCodec

    Permalink
  8. object Writer

    Permalink
  9. 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.

  10. object byteVector extends ByteVectorInstances

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

    Permalink

    Temporary.

    Temporary. Contribute back to scalaz-stream.

  12. object option extends OptionSyntax

    Permalink
  13. object string extends StringSyntax

    Permalink
  14. object task extends TaskFunctions

    Permalink
  15. object threads

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped