CollectionT
- The type of the collection to extract.T
- The type of the values contained in the collection.public interface CollectionExtractor<CollectionT extends Collection<T>,T>
ResultElement
to a collections of a specific
type.Modifier and Type | Method and Description |
---|---|
CollectionT |
extract(ResultElement resultElement)
Transforms the given
ResultElement into a Collection . |
CollectionT extract(ResultElement resultElement)
ResultElement
into a Collection
.resultElement
- The ResultElement
to transform.Collection
containing the content of the given ResultElement
.Copyright © 2018 SAP SE. All rights reserved.