public static class CaseBuilder.InCaseOfThenExtractStep<T,X,R> extends java.lang.Object implements Step<R,X>
| Constructor and Description |
|---|
InCaseOfThenExtractStep() |
| Modifier and Type | Method and Description |
|---|---|
<X> MatchingInstance<R,X> |
thenApply(ActionWithReturn<R,X> t)
Create a new Case with the supplied ActionWithReturn as the action
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthenConsumepublic <X> MatchingInstance<R,X> thenApply(ActionWithReturn<R,X> t)
Step