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