Changes the current method matcher to be the intersection of the existing matcher and the supplied matcher.
Changes the current method matcher to be the intersection of the existing matcher and the supplied matcher.
public virtual ComposablePointcut Intersection(IMethodMatcher)
Changes current pointcut to intersection of the current and supplied pointcut
public virtual ComposablePointcut Intersection(IPointcut)
Changes the current type filter to be the intersection of the existing filter and the supplied filter.
public virtual ComposablePointcut Intersection(ITypeFilter)
ComposablePointcut Class | Spring.Aop.Support Namespace