IntoPolyLower3

org.specs2.control.eff.IntoPolyLower3

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IntoPoly.type

Members list

Implicits

Implicits

implicit def intoAppendL1[T[_], R]: IntoPoly[R, FxAppend[Fx1[T], R]]

Inherited 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

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

Attributes

Inherited from:
IntoPolyLower5