Selector

contrib.shapeless3.Selector
See theSelector companion object
trait Selector[L <: Tuple, U]

This is ported from Selector from shapeless-2. At the moment of implementation, there is no direct support in shapeless-3. We should give up on it once it arrives in the library.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(t: L): U