@FunctionalInterface public interface VisitableCondition<T>
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
<R> R accept(ConditionVisitor<T,R> visitor)
Copyright © 2016–2017 MyBatis.org. All rights reserved.