@Deprecated
public class InMatchOfManyStep2<R,V,T,X>
extends java.lang.Object
| Constructor and Description |
|---|
InMatchOfManyStep2()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionMatchingInstance<T,X> |
thenApply(TypedFunction<java.util.List<V>,X> a)
Deprecated.
Create a new Case with the supplied ActionWithReturn as the action
|
CollectionMatchingInstance<T,X> |
thenConsume(Action<java.util.List<V>> a)
Deprecated.
Create a new Case with the supplied ActionWithReturn as the action
|
public CollectionMatchingInstance<T,X> thenApply(TypedFunction<java.util.List<V>,X> a)
a - Action to be executed when the new Case is triggeredpublic CollectionMatchingInstance<T,X> thenConsume(Action<java.util.List<V>> a)
a - Action to be executed when the new Case is triggered