Packages

p

libra

ops

package ops

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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]

  2. trait Refute [A] extends AnyRef

    Evidence that an implicit A is not present

Ungrouped