Package org.apache.tapestry5.func
Class LazyZipValue<A,B>
- java.lang.Object
-
- org.apache.tapestry5.func.LazyZipValue<A,B>
-
public class LazyZipValue<A,B> extends java.lang.Object implements LazyValue<Tuple<A,B>>
-
-
Constructor Summary
Constructors Constructor Description LazyZipValue(Flow<A> aFlow, Flow<B> bFlow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tuple<A,B>
get()
Compute and return the value.
-