object RemoveAll extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoveAll
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: HList, A <: HList, Out0] = RemoveAll[L, A] { type Out = Out0 }

Value Members

  1. def apply[L <: HList, A <: HList](implicit removeAll: RemoveAll[L, A]): Aux[L, A, RemoveAll.Out]
  2. implicit def hconsRemoveAll[L <: HList, H, T <: HList, OutT <: HList, RemovedH, RemainderH <: HList, RemovedT <: HList, RemainderT <: HList](implicit rt: Aux[L, T, (RemovedT, RemainderT)], rh: Remove.Aux[RemainderT, H, (RemovedH, RemainderH)]): Aux[L, ::[H, T], (::[RemovedH, RemovedT], RemainderH)]
  3. implicit def hnilRemoveAll[L <: HList]: Aux[L, HNil, (HNil, L)]