public class AdvIfBuilder extends java.lang.Object implements AdvAfterIf, AdvAfterThen, ConsumerWithException<MethodCode>
| 构造器和说明 |
|---|
AdvIfBuilder(java.lang.ThreadLocal<AdvContext> _contextThreadLocal,
CompareEval eval) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(MethodCode code) |
void |
else_(ConsumerWithException<MethodCode> block) |
AdvAfterIf |
else_if(CompareEval beGood) |
AdvAfterThen |
then(ConsumerWithException<MethodCode> block) |
public AdvIfBuilder(java.lang.ThreadLocal<AdvContext> _contextThreadLocal, CompareEval eval)
public AdvAfterThen then(ConsumerWithException<MethodCode> block)
then 在接口中 AdvAfterIfpublic void else_(ConsumerWithException<MethodCode> block)
else_ 在接口中 AdvAfterThenpublic AdvAfterIf else_if(CompareEval beGood)
else_if 在接口中 AdvAfterThenpublic void accept(MethodCode code) throws java.lang.Exception
accept 在接口中 ConsumerWithException<MethodCode>java.lang.ExceptionCopyright © 2020–2021. All rights reserved.