Class LazyZipValue<A,B>

java.lang.Object
org.apache.tapestry5.func.LazyZipValue<A,B>
All Implemented Interfaces:
LazyValue<Tuple<A,B>>

public class LazyZipValue<A,B> extends Object implements LazyValue<Tuple<A,B>>