E
- the type of object being splitF
- the type of objects created by the split@Role
public interface Splitter<E,F>
Modifier and Type | Method and Description |
---|---|
List<F> |
split(E composite)
Splits the given composite object in multiple parts of the same type.
|
Copyright © 2004–2016 XWiki. All rights reserved.