io.circe.generic

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Complement[L <: HList, A <: HList] extends DepFn1[L]

    Supports removal and insertion of an HList of elements (possibly unlabeled) into an HList.

  2. trait Insert[L <: HList, E] extends DepFn1[L] with Serializable

    Supports removal and insertion of an element (possibly unlabeled) into an HList.

  3. trait PatchWithOptions[R <: HList] extends AnyRef

Value Members

  1. object Complement

  2. object Insert extends LowPriorityInsert with Serializable

  3. object PatchWithOptions

Ungrouped