Selector

com.github.tarao.record4s.Selector
See theSelector companion class
object Selector

Attributes

Companion
class
Source
Selector.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Selector.type

Members list

Type members

Types

type :*[T1 <: Tuple, T2] = Selector[Concat[T1, T2 *: EmptyTuple]]

Attributes

Source
Selector.scala

Value members

Concrete methods

def of[T <: Tuple]: Selector[T]

Attributes

Source
Selector.scala

Extensions

Extensions

extension [T <: Tuple](s: Selector[T])
def unapply[R : RecordLike](record: R)(implicit evidence$1: RecordLike[R], t: Select[R, T], r: RecordLike[t.Out]): r.ElemTypes

Attributes

Source
Selector.scala