SummonHList

trait SummonHList[L <: HList]

Used to implicitly summon an HList by implicitly summoning its elements.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def get: L

Concrete methods

def ::[H](h: H): SummonHList[H :: L]