Object/Trait

reeds.generic

MapReadsAll

Related Docs: trait MapReadsAll | package generic

Permalink

object MapReadsAll extends MapReadsAll1

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapReadsAll
  2. MapReadsAll1
  3. MapReadsAll2
  4. LowPriorityMapReadsAll
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[T, D <: HList] = MapReadsAll[T] { type Defaults = D }

    Permalink
  2. type WithoutDefaults[L <: HList] = MapReadsAll[L] { type Defaults = shapeless.HNil }

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[T, D <: HList](implicit mapReadsAll: Aux[T, D], dummyImplicit: DummyImplicit): Aux[T, D]

    Permalink
  5. def apply[T](implicit mapReadsAll: MapReadsAll[T]): MapReadsAll[T]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def caseClass[T, L <: HList, D <: HList](implicit gen: shapeless.LabelledGeneric.Aux[T, L], default: shapeless.Default.AsRecord.Aux[T, D], mapReadsAll: Aux[L, D]): Aux[T, D]

    Permalink
    Definition Classes
    MapReadsAll1
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def hconsNonOption[K <: Symbol, V, D <: HList, T <: HList](implicit headReads: Reads[V], witness: shapeless.Witness.Aux[K], tailReadsAll: Aux[T, D]): Aux[::[FieldType[K, V], T], D]

    Permalink
    Definition Classes
    LowPriorityMapReadsAll
  15. implicit def hconsNonOptionWithDefault[K <: Symbol, V, D <: HList, T <: HList](implicit headReads: Reads[V], witness: shapeless.Witness.Aux[K], defaultForK: shapeless.ops.record.Selector.Aux[D, K, V], tailReadsAll: Aux[T, D]): Aux[::[FieldType[K, V], T], D]

    Permalink
    Definition Classes
    MapReadsAll2
  16. implicit def hconsOption[K <: Symbol, V, D <: HList, T <: HList](implicit headReads: Reads[V], witness: shapeless.Witness.Aux[K], tailReadsAll: Aux[T, D]): Aux[::[FieldType[K, Option[V]], T], D]

    Permalink
    Definition Classes
    MapReadsAll1
  17. implicit def hconsOptionWithDefault[K <: Symbol, V, D <: HList, T <: HList](implicit headReads: Reads[V], witness: shapeless.Witness.Aux[K], defaultForK: shapeless.ops.record.Selector.Aux[D, K, Option[V]], tailReadsAll: Aux[T, D]): Aux[::[FieldType[K, Option[V]], T], D]

    Permalink
  18. implicit def hnil[D <: HList]: Aux[HNil, D]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MapReadsAll1

Inherited from MapReadsAll2

Inherited from LowPriorityMapReadsAll

Inherited from AnyRef

Inherited from Any

Ungrouped