shapeless.ops

record

package record

Visibility
  1. Public
  2. All

Type Members

  1. trait Keys[L <: HList] extends DepFn0

    Type class supporting collecting the keys of a record as an HList.

  2. trait LowPriorityMerger extends AnyRef

  3. trait LowPriorityRemover extends AnyRef

  4. trait LowPrioritySelector extends AnyRef

  5. trait LowPriorityUpdater extends AnyRef

  6. trait MapValues[HF, L <: HList] extends DepFn1[L]

    Type class supporting mapping a higher rank function over the values of a record.

  7. trait Merger[L <: HList, M <: HList] extends DepFn2[L, M]

    Type class support record merging.

  8. trait Modifier[L <: HList, F, A, B] extends DepFn2[L, (A) ⇒ B]

    Type class supporting modification of a record field by given function.

  9. trait Remover[L <: HList, K] extends DepFn1[L]

    Type class supporting record field removal.

  10. trait Renamer[L <: HList, K1, K2] extends DepFn1[L]

    Type class supporting renaming of a record field.

  11. trait Selector[L <: HList, K] extends AnyRef

    Type class supporting record field selection.

  12. trait ToMap[L <: HList] extends DepFn1[L]

    Type class supporting converting this record to a Map whose keys and values are typed as the Lub of the keys and values of this record.

  13. trait Updater[L <: HList, F] extends DepFn2[L, F]

    Type class supporting record update and extension.

  14. trait Values[L <: HList] extends DepFn1[L]

    Type class supporting collecting the value of a record as an HList.

Value Members

  1. object Keys

  2. object MapValues

  3. object Merger extends LowPriorityMerger

  4. object Modifier

  5. object Remover extends LowPriorityRemover

  6. object Renamer

  7. object Selector extends LowPrioritySelector

  8. object ToMap

  9. object Updater extends LowPriorityUpdater

  10. object Values

Ungrouped