public abstract class AbstractJunction<V> extends Object implements net.bytebuddy.matcher.ElementMatcher.Junction<V>
| Constructor and Description |
|---|
AbstractJunction() |
| Modifier and Type | Method and Description |
|---|---|
<U extends V> |
and(net.bytebuddy.matcher.ElementMatcher<? super U> other) |
<U extends V> |
or(net.bytebuddy.matcher.ElementMatcher<? super U> other) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.