@Deprecated
public interface ExtractionStep<T,R,X>
| Modifier and Type | Method and Description |
|---|---|
<T,R> TempCollectionStepExtension<R,X> |
thenExtract(Extractor<T,R> extractor)
Deprecated.
Select the elements from a Collection to be extracted and passed to an Action
|
<T,R> TempCollectionStepExtension<R,X> thenExtract(Extractor<T,R> extractor)
extractor - Extractor to extract elements / transform a collection