Package

reeds

generic

Permalink

package generic

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

Type Members

  1. trait GenericFunctorReads[F[A] <: GenTraversable[A], T] extends AnyRef

    Permalink
  2. trait LowPriorityMapFReadsAll extends AnyRef

    Permalink
  3. trait LowPriorityMapReadsAll extends AnyRef

    Permalink
  4. trait MapFReadsAll[F[T] <: GenTraversable[T], T] extends AnyRef

    Permalink
  5. trait MapFReadsAll1 extends MapFReadsAll2

    Permalink
  6. trait MapFReadsAll2 extends LowPriorityMapFReadsAll

    Permalink
  7. trait MapReadsAll[T] extends AnyRef

    Permalink
  8. trait MapReadsAll1 extends MapReadsAll2

    Permalink
  9. trait MapReadsAll2 extends LowPriorityMapReadsAll

    Permalink
  10. case class MissingField(name: String) extends Throwable with Product with Serializable

    Permalink
  11. trait ReadsAll[L <: HList] extends AnyRef

    Permalink
  12. implicit final class ReedsShapelessStringFMapOps[F[A] <: GenTraversable[A]] extends AnyVal

    Permalink
  13. implicit final class ReedsShapelessStringFunctorOps[F[A] <: GenTraversable[A]] extends AnyVal

    Permalink
  14. implicit final class ReedsShapelessStringMapOps extends AnyVal

    Permalink
  15. case class WrongArity(expected: Int, actual: Int) extends Throwable with Product with Serializable

    Permalink
  16. case class WrongFieldArity(name: String, expected: Int, actual: Int) extends Throwable with Product with Serializable

    Permalink

Value Members

  1. object GenericFunctorReads

    Permalink
  2. object MapFReadsAll extends MapFReadsAll1

    Permalink
  3. object MapReadsAll extends MapReadsAll1

    Permalink

    The priority structure is designed so that if there is a default available for a key, it will be surfaced with higher priority; but if the default record does not include a key, an instance can still be summoned.

  4. object ReadsAll

    Permalink
  5. object Sequencer extends Poly2

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped