Factory method that will produce a Matcher[T]
, where T
is a subtype of (or the same type
as) SC
, given a typeclass instance for each TCn
implicit parameter (for example, a TC1[T]
, TC2[T]
, etc.).
Factory method that will produce a Matcher[T]
, where T
is a subtype of (or the same type
as) SC
, given a typeclass instance for each TCn
implicit parameter (for example, a TC1[T]
, TC2[T]
, etc.).
Ands this matcher factory with the passed MatcherFactory1
that has the same final typeclass as this one.
Ands this matcher factory with the passed MatcherFactory1
that has the same final typeclass as this one.
Ands this matcher factory with the passed matcher.
Ors this matcher factory with the passed MatcherFactory1
that has the same final typeclass as this one.
Ors this matcher factory with the passed MatcherFactory1
that has the same final typeclass as this one.
Ors this matcher factory with the passed matcher.
A matcher factory that can produce a matcher given nine typeclass instances.
In the type parameters for this class, "
SC
" means superclass; "TC
" (inTC1
,TC2
, etc.) means typeclass. This class'smatcher
factory method will produce aMatcher[T]
, whereT
is a subtype of (or the same type as)SC
, given a typeclass instance for eachTCn
implicit parameter (for example, aTC1[T]
,TC2[T]
, etc.).