@Deprecated public interface TempCollectionStepExtension<T,X> extends CollectionStep<T,X>
| Modifier and Type | Method and Description |
|---|---|
<X> CollectionMatchingInstance<T,X> |
thenApply(TypedFunction<T,X> t)
Deprecated.
Create a new Case with the supplied ActionWithReturn as the action
|
default CollectionMatchingInstance<T,X> |
thenConsume(Action<T> t)
Deprecated.
Create a new Case with the supplied ActionWithReturn as the action
|
<X> CollectionMatchingInstance<T,X> thenApply(TypedFunction<T,X> t)
thenApply in interface CollectionStep<T,X>t - Action to be executed when the new Case is triggereddefault CollectionMatchingInstance<T,X> thenConsume(Action<T> t)
thenConsume in interface CollectionStep<T,X>t - Action to be executed when the new Case is triggered