Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.PersistTask.Task<T>
- Type Parameters:
T- the result type
- Enclosing interface:
EntityEditor.PersistTask<T>
public static interface EntityEditor.PersistTask.Task<T>
The task performing the operation
-
Method Summary
-
Method Details
-
perform
EntityEditor.PersistTask.Result<T> perform()May be called in a background thread.- Returns:
- the insert result
-