How do I map over an HList where all of the elements are instances of a typeclass?

后端 未结 0 1265
执笔经年
执笔经年 2021-02-08 14:47

Let\'s say I have a typeclass such as this one:

trait Select[A] {
  def select(selector: String): Set[A]
}

The typeclass provides the functionali

相关标签:
回答
  • 消灭零回复
提交回复
热议问题