spring-framework / org.springframework.aop.support / ComposablePointcut / intersection

intersection

open fun intersection(other: ClassFilter): ComposablePointcut

Apply an intersection with the given ClassFilter.

Parameters

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.

Parameters

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.

Parameters

other - the Pointcut to apply an intersection with

Return
this composable pointcut (for call chaining)