UnapplyProduct

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[TC[_[_]], MA, MB](implicit U: UnapplyProduct[TC, MA, MB]): U { type M = M; type A = A; type B = B; }

Fetch a well-typed UnapplyProduct for the given typeclass and types.

Fetch a well-typed UnapplyProduct for the given typeclass and types.