public class UnionSelector<T> extends AbstractSelector<T>
| Constructor and Description |
|---|
UnionSelector(List<Selector<? extends T>> selectors) |
| Modifier and Type | Method and Description |
|---|---|
List<Selector<? extends T>> |
getSelectors() |
List<T> |
result(RDFNode node) |
String |
toString() |
<Other> Selector<Other> |
withResultType(Class<Other> otherType) |
getResultType, singleResultpublic <Other> Selector<Other> withResultType(Class<Other> otherType)
withResultType in interface Selector<T>withResultType in class AbstractSelector<T>Copyright © 2009-2013. All Rights Reserved.