IntoPolyLower4

org.atnos.eff.IntoPolyLower4

Attributes

Source:
IntoPoly.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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]

Attributes

Source:
IntoPoly.scala

Inherited implicits

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

Attributes

Inherited from:
IntoPolyLower5
Source:
IntoPoly.scala