Predicate<javassist.bytecode.ClassFile>
public static interface ConfigurationProcessorPostLoadingMatcher.MatchRule extends Predicate<javassist.bytecode.ClassFile>
boolean
match(javassist.bytecode.ClassFile cf)
default boolean
test(javassist.bytecode.ClassFile o)
and, negate, or
@Contract(pure=true) boolean match(javassist.bytecode.ClassFile cf)
@Contract(pure=true) default boolean test(javassist.bytecode.ClassFile o)
test