public static class StepWise.StartWith<T>
extends java.lang.Object
| Constructor and Description |
|---|
StartWith(boolean keepTraces) |
| Modifier and Type | Method and Description |
|---|---|
<U> StepWise.Steps<T,U> |
apply(scala.Function0<U> thunk) |
StepWise.StartWith<T> |
withKeepTraces(boolean b) |
public <U> StepWise.Steps<T,U> apply(scala.Function0<U> thunk)
public StepWise.StartWith<T> withKeepTraces(boolean b)