trait
LowPriorityPaddedGrouper extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
def
incompletePaddedGrouper[L <: HList, N <: Nat, Step <: Nat, Pad <: HList, PL <: HList, LPL <: Nat, S <: Nat, MI <: Nat, T <: HList, M <: Nat, LL <: Nat](implicit len1: Aux[L, LL], prep: Prepend.Aux[L, Pad, PL], len2: Aux[PL, LPL], mod: Aux[LL, Step, M], sum: Aux[LL, M, S], min: Aux[LPL, S, MI], take: Aux[PL, MI, T], grouper: Grouper[T, N, Step]): Aux[L, N, Step, Pad, Out]
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Typeclass supporting grouping this
HListinto tuples ofNitems each, atStepapart. IfStepequalsNthen the groups do not overlap.Use elements in
padas necessary to complete last group up tonitems.