Package

io.finch

internal

Permalink

package internal

This package contains an internal-use only type-classes and utilities that power Finch's API.

It's not recommended to use any of the internal API directly, since it might change without any deprecation cycles.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class HttpContent extends AnyVal

    Permalink
  2. implicit final class HttpMessage extends AnyVal

    Permalink
  3. trait PairAdjoin[A, B] extends DepFn2[A, B]

    Permalink

    We need a version of shapeless.ops.adjoin.Adjoin that provides slightly different behavior in the case of singleton results (we simply return the value, not a singleton HList).

  4. abstract class ParseNumber[A] extends AnyRef

    Permalink
  5. implicit final class TooFastString extends AnyVal

    Permalink

    Enriches any string with fast tooX conversions.

Value Members

  1. object PairAdjoin extends LowPriorityPairAdjoin

    Permalink
  2. val Utf32: Charset

    Permalink
  3. object currentTime

    Permalink
  4. object parseInt extends ParseNumber[Int]

    Permalink
  5. object parseLong extends ParseNumber[Long]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped