ChooseByPtrs

trait ChooseByPtrs[L <: HList, C <: HList, Ptrs <: HList] extends Ptrs => Choose[L, C]
Companion:
object
trait Ptrs => Choose[L, C]
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Choose[L, C] => A): Ptrs => A
Implicitly added by chooseHCons
Inherited from:
Function1
@unspecialized
def andThen[A](g: Choose[L, C] => A): Ptrs => A
Inherited from:
Function1
def apply(v1: Ptrs): Choose[L, C]
Implicitly added by chooseHCons
Inherited from:
Function1
def apply(v1: Ptrs): Choose[L, C]
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Ptrs): A => Choose[L, C]
Implicitly added by chooseHCons
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Ptrs): A => Choose[L, C]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1