|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementStream | |
|---|---|
| org.omnaest.utils.proxy | |
| org.omnaest.utils.structure.collection.list | |
| org.omnaest.utils.structure.iterator | |
| Uses of ElementStream in org.omnaest.utils.proxy |
|---|
| Methods in org.omnaest.utils.proxy that return ElementStream | |
|---|---|
static ElementStream<MethodInvocationForwardingCapturer.MethodInvocationAndResult> |
MethodInvocationForwardingCapturer.newMethodInvocationAndResultElementStream(InputStream inputStream)
Creates an ElementStream of MethodInvocationForwardingCapturer.MethodInvocationAndResult instances from a given InputStream which was
produced by the MethodInvocationForwardingCapturer.newProxyInstanceCapturing(Object, OutputStream) before. |
| Uses of ElementStream in org.omnaest.utils.structure.collection.list |
|---|
| Methods in org.omnaest.utils.structure.collection.list with parameters of type ElementStream | ||
|---|---|---|
static
|
ListUtils.valueOf(ElementStream<E> elementStream)
Returns a new List instance for a given ElementStream |
|
| Uses of ElementStream in org.omnaest.utils.structure.iterator |
|---|
| Methods in org.omnaest.utils.structure.iterator with parameters of type ElementStream | ||
|---|---|---|
static
|
IteratorUtils.adapter(ElementStream<E> elementStream)
Returns an Iterator adapter on a given ElementStream |
|
static
|
IterableUtils.valueOf(ElementStream<E> elementStream)
Returns an Iterable on an ElementStream |
|
| Constructors in org.omnaest.utils.structure.iterator with parameters of type ElementStream | |
|---|---|
ElementStreamToIteratorAdapter(ElementStream<E> elementStream)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||