public class ListStepResult<T> extends Object implements StepResult<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
list |
EMPTY| Modifier | Constructor and Description |
|---|---|
protected |
ListStepResult() |
|
ListStepResult(List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<T> |
stream()
Returns a stream of results.
|
public java.util.stream.Stream<T> stream()
StepResultstream in interface StepResult<T>Copyright © 2016. All rights reserved.