Uses of Interface
org.omnaest.utils.structure.element.ElementStream

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
<E> List<E>
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
<E> Iterator<E>
IteratorUtils.adapter(ElementStream<E> elementStream)
          Returns an Iterator adapter on a given ElementStream
static
<E> Iterable<E>
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)
           
 



Copyright © 2013. All Rights Reserved.