public class CaseBuilder.InCaseOfBuilderExtractor.InCaseOfStep<V> extends java.lang.Object implements CollectionStep<V,X>
| Constructor and Description |
|---|
InCaseOfStep() |
| Modifier and Type | Method and Description |
|---|---|
<X> MatchingInstance<V,X> |
thenApply(TypedFunction<V,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<V,X> thenApply(TypedFunction<V,X> t)
CollectionStepthenApply in interface CollectionStep<V,X>t - Action to be executed when the new Case is triggered