public interface ResultBearing<ResultType> extends Iterable<ResultType>
| Modifier and Type | Method and Description |
|---|---|
ResultType |
first() |
<T> T |
first(Class<T> containerType) |
ResultIterator<ResultType> |
iterator() |
List<ResultType> |
list() |
<ContainerType> |
list(Class<ContainerType> containerType) |
List<ResultType> |
list(int maxRows) |
forEach, spliteratorResultType first()
<T> T first(Class<T> containerType)
ResultIterator<ResultType> iterator()
iterator in interface Iterable<ResultType>List<ResultType> list()
<ContainerType> ContainerType list(Class<ContainerType> containerType)
List<ResultType> list(int maxRows)
Copyright © 2018. All rights reserved.