Package

io.circe.generic

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink

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

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

    Permalink

Value Members

  1. object Complement

    Permalink
  2. object Insert extends LowPriorityInsert with Serializable

    Permalink
  3. object PatchWithOptions

    Permalink

Ungrouped