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