IntoPoly

org.specs2.control.eff.IntoPoly
See theIntoPoly companion trait
object IntoPoly extends IntoPolyLower1

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
IntoPoly.type

Members list

Implicits

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 intoAppendL1[T[_], R]: IntoPoly[R, FxAppend[Fx1[T], R]]

Attributes

Inherited from:
IntoPolyLower3
implicit def intoAppendL2L[T1[_], T2[_], R]: IntoPoly[FxAppend[Fx1[T2], R], FxAppend[Fx2[T1, T2], R]]

Attributes

Inherited from:
IntoPolyLower2
implicit def intoAppendL2R[T1[_], T2[_], R]: IntoPoly[FxAppend[Fx1[T1], R], FxAppend[Fx2[T1, T2], R]]

Attributes

Inherited from:
IntoPolyLower2
implicit def intoAppendL3L[T1[_], T2[_], T3[_], R]: IntoPoly[FxAppend[Fx2[T2, T3], R], FxAppend[Fx3[T1, T2, T3], R]]

Attributes

Inherited from:
IntoPolyLower2
implicit def intoAppendL3M[T1[_], T2[_], T3[_], R]: IntoPoly[FxAppend[Fx2[T1, T3], R], FxAppend[Fx3[T1, T2, T3], R]]

Attributes

Inherited from:
IntoPolyLower2
implicit def intoAppendL3R[T1[_], T2[_], T3[_], R]: IntoPoly[FxAppend[Fx2[T1, T2], R], FxAppend[Fx3[T1, T2, T3], R]]

Attributes

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

Attributes

Inherited from:
IntoPolyLower5
implicit def intoNil[R]: IntoPoly[NoFx, R]

Attributes

Inherited from:
IntoPolyLower1
implicit def intoSelf[R]: IntoPoly[R, R]

Attributes

Inherited from:
IntoPolyLower1