T
- the data type@FunctionalInterface public interface Result<T>
Modifier and Type | Interface and Description |
---|---|
static class |
Result.OutputException
An
Result.OutputException is thrown when a Result was failed to output data model objects. |
Modifier and Type | Method and Description |
---|---|
void |
add(T result)
Adds an object into this result.
|
void add(T result)
result
- the target objectResult.OutputException
- if error was occurred while processing the added objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.