I - is the input type of the given Save operation.R - is the return type of the operation.public interface SaveBuilder<I,R>
| Modifier and Type | Method and Description |
|---|---|
R |
save(Save<I> save)
Defines a save operation.
|
Copyright © 2016. All rights reserved.