trait Grouper[L <: HList, N <: Nat, Step <: Nat] extends DepFn1[L] with Serializable

Typeclass supporting grouping this HList into tuples of N items each, at Step apart. If Step equals N then the groups do not overlap.

Linear Supertypes
Serializable, Serializable, DepFn1[L], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Grouper
  2. Serializable
  3. Serializable
  4. DepFn1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out <: HList
    Definition Classes
    GrouperDepFn1

Abstract Value Members

  1. abstract def apply(t: L): Out
    Definition Classes
    DepFn1