Type
extends Object with SerializableSupertypes
Object, SerializableMembers
def
unapply
[TypeBindings, Tup] ( scrutineeType: Type[Nothing <: AnyKind] ) ( implicit patternType: Type[Nothing <: AnyKind] , hasTypeSplices: Boolean , qctx: QuoteContext ) : Option[Tup]Pattern matches an the scrutineeType against the patternType and returns a tuple with the matched holes if successful.
Holes: - scala.internal.Quoted.pat...[T]
Pattern matches an the scrutineeType against the patternType and returns a tuple with the matched holes if successful.
Holes:
- scala.internal.Quoted.patternHole[T]: hole that matches an expression x
of type Type[U]
if U <:< T
and returns x
as part of the match.