open fun intersection(other: ClassFilter): ComposablePointcut
Apply an intersection with the given ClassFilter.
other - the ClassFilter to apply an intersection with
Return
this composable pointcut (for call chaining)
open fun intersection(other: MethodMatcher): ComposablePointcut
Apply an intersection with the given MethodMatcher.
other - the MethodMatcher to apply an intersection with
Return
this composable pointcut (for call chaining)
open fun intersection(other: Pointcut): ComposablePointcut
Apply an intersection with the given Pointcut.
other - the Pointcut to apply an intersection with
Return
this composable pointcut (for call chaining)