- java.lang.Object
 - 
- swim.structure.collections.ValueIterable<T>
 
 
- 
- All Implemented Interfaces:
 Iterable<T>
- Direct Known Subclasses:
 ValueCollection
public class ValueIterable<T> extends Object implements Iterable<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description ValueIterable(Iterable<? extends Value> inner, Form<T> valueForm) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Value>inner()Iterator<T>iterator()<T2> ValueIterable<T2>valueClass(Class<T2> valueClass)Form<T>valueForm()<T2> ValueIterable<T2>valueForm(Form<T2> valueForm)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
valueForm
public <T2> ValueIterable<T2> valueForm(Form<T2> valueForm)
 
- 
valueClass
public <T2> ValueIterable<T2> valueClass(Class<T2> valueClass)
 
 - 
 
 -