MatcherFactory4

Companion object containing an implicit method that converts a MatcherFactory4 to a Matcher.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def andNotATypeMatcherFactory4[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[AndNotWord], aType: Expr[ResultOfATypeInvocation[_]])(implicit evidence$96: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]

This method is called by macro that supports 'and not a [Type]' syntax.

This method is called by macro that supports 'and not a [Type]' syntax.

def andNotAnTypeMatcherFactory4[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[AndNotWord], anType: Expr[ResultOfAnTypeInvocation[_]])(implicit evidence$98: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]

This method is called by macro that supports 'and not a [Type]' syntax.

This method is called by macro that supports 'and not a [Type]' syntax.

def andNotMatchPattern[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[AndNotWord], right: Expr[PartialFunction[Any, _]])(implicit evidence$100: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]
def orNotATypeMatcherFactory4[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[OrNotWord], aType: Expr[ResultOfATypeInvocation[_]])(implicit evidence$97: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]

This method is called by macro that supports 'or not a [Type]' syntax.

This method is called by macro that supports 'or not a [Type]' syntax.

def orNotAnTypeMatcherFactory4[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[OrNotWord], anType: Expr[ResultOfAnTypeInvocation[_]])(implicit evidence$99: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]

This method is called by macro that supports 'or not a [Type]' syntax.

This method is called by macro that supports 'or not a [Type]' syntax.

def orNotMatchPattern[SC : Type, TC1[_], TC2[_], TC3[_], TC4[_]](self: Expr[OrNotWord], right: Expr[PartialFunction[Any, _]])(implicit evidence$101: Type[SC], Quotes, Type[TC1], Type[TC2], Type[TC3], Type[TC4]): Expr[MatcherFactory4[SC & AnyRef, TC1, TC2, TC3, TC4]]

Implicits

Implicits

implicit def produceMatcher[SC, TC1[_], TC2[_], TC3[_], TC4[_], T <: SC : TC4](matcherFactory: MatcherFactory4[SC, TC1, TC2, TC3, TC4]): Matcher[T]

Converts a MatcherFactory4 to a Matcher.

Converts a MatcherFactory4 to a Matcher.

Value parameters:
matcherFactory

a MatcherFactory4 to convert

Returns:

a Matcher produced by the passed MatcherFactory4