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