Typeclass that allows computation of the inverse of calling filterNot[Unit]
on a L
.
Provides the reUnit
method on an HList
.
Computes the inverse of (l: L).filterNot[Unit]
-- i.e., inserts unit values wherever the unit type
appears in L
.
Computes the inverse of (l: L).filterNot[Unit]
-- i.e., inserts unit values wherever the unit type
appears in L
.
HList type containing no Unit
types
equivalent to K
with Unit
types added in arbitrary positions
list to insert unit values in to
new list with unit values inserted
Operations on
HList
s that are not provided by Shapeless.