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