ChooseByNats

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

Value members

Inherited methods

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