public interface Transformer<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
transform(T item)
Transform a given item into zero or more items which are modified in some
way.
|
List<T> transform(T item)
item - context - Copyright © 2019. All rights reserved.