T - the data model type@FunctionalInterface public interface ModelTransformer<T> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t) |
void |
transform(T model)
Transforms the target data model object.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.