C - the generic typeL - the generic typepublic interface EndWithExpression<C extends ConditionExpression,L extends LogicExpression<C,L>> extends ConditionExpression
EndWithExpression
.| 限定符和类型 | 方法和说明 |
|---|---|
<T,R> L |
ew(cn.featherfly.common.lang.function.SerializableFunction<T,R> name,
java.lang.String value)
以value结尾.
|
L |
ew(java.lang.String name,
java.lang.String value)
以value结尾.
|
expressionL ew(java.lang.String name, java.lang.String value)
name - 参数名称value - 参数值<T,R> L ew(cn.featherfly.common.lang.function.SerializableFunction<T,R> name, java.lang.String value)
T - the generic typeR - the generic typename - 参数名称value - 参数值