IntoPolyLower4

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def into[T[_], R, U, S](implicit t: Aux[T, R, S], m: MemberIn[T, U], recurse: IntoPoly[S, U]): IntoPoly[R, U]

Inherited implicits

implicit def intoMember[T[_], R, U](implicit m: Aux[T, R, U]): IntoPoly[U, R]
Inherited from:
IntoPolyLower5