Package

libra

ops

Permalink

package ops

Visibility
  1. Public
  2. All

Type Members

  1. trait Merge[L <: HList, R <: HList] extends AnyRef

    Permalink

    Typeclass for merging two records

    Typeclass for merging two records

    Given a field with key K with value LV in L and value RV in R, this produces a FieldType[K, (LV, RV)] Given a field with key K with value LV in L and no value in R, this produces a FieldType[K, LV] Given a field with key K with no value in L and value RV in R, this produces a FieldType[K, RV]

Value Members

  1. object Merge

    Permalink
  2. object base

    Permalink
  3. object dimensions

    Permalink
  4. object fraction

    Permalink
  5. object quantity

    Permalink

Ungrouped