Class

io.finch.request.RequestReader

ValueReaderOps

Related Doc: package RequestReader

Permalink

implicit final class ValueReaderOps[B] extends AnyVal

Implicit class that provides :: and other operations on any request reader to support building shapeless.HList request readers.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ValueReaderOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueReaderOps(self: RequestReader[B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def ::[A](that: RequestReader[A]): RequestReader[::[A, ::[B, HNil]]]

    Permalink

    Lift this request reader into a singleton shapeless.HList and compose it with the given that request reader.

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def as[A](implicit gen: Aux[A, ::[B, HNil]]): RequestReader[A]

    Permalink

    Converts this request reader to one that returns any type with B :: HNil as its representation.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. val self: RequestReader[B]

    Permalink
  10. def toString(): String

    Permalink
    Definition Classes
    Any
  11. def ~>[A](fn: (B) ⇒ A): RequestReader[A]

    Permalink

    Applies a function to the result of this reader.

  12. def ~~>[A](fn: (B) ⇒ Future[A]): RequestReader[A]

    Permalink

    Applies a function returning a future to the result of this reader.

Inherited from AnyVal

Inherited from Any

Ungrouped