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