@FunctionalInterface public interface FormFunction<E extends IEntity,S extends BaseFormSetter> extends BiFunction<Object,Form,IFormApply<E,S>>
| 限定符和类型 | 方法和说明 |
|---|---|
default IFormApply<E,S> |
with(Object entity)
按照entity来定义条件值
|
andThen, applydefault IFormApply<E,S> with(Object entity)
entity - entityCopyright © 2021. All rights reserved.