public interface StepResult<T>
| Modifier and Type | Field and Description |
|---|---|
static StepResult |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<T> |
stream()
Returns a stream of results.
|
static final StepResult EMPTY
java.util.stream.Stream<T> stream()
Copyright © 2016. All rights reserved.