@implicitNotFound(msg = "Cannot find a mapper for the scope ${S}") @implicitAmbiguous(msg = "Multiple mapper for the same type ${M2} and same scope ${S}")
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Concrete methods
def flatMap[C, AA <: A](f: B => ModelMapperK[F, S, AA, C])(implicit F: FlatMap[F]): ModelMapperK[F, S, AA, C]
def lift[K[_] : Applicative](implicit evidence$1: Applicative[K], env: F[Any] =:= Id[Any]): ModelMapperK[K, S, A, B]