public final class ResultWithStage<T,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
getResult() |
Stage<V> |
getStage() |
static <T,V> ResultWithStage<T,V> |
of(T result,
Stage<V> stage) |
public static <T,V> ResultWithStage<T,V> of(T result, Stage<V> stage)
public T getResult()
Copyright © 2019. All rights reserved.