org.apache.tapestry5.func
Class LazyZipValue<A,B>

java.lang.Object
  extended by 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>>


Constructor Summary
LazyZipValue(Flow<A> aFlow, Flow<B> bFlow)
           
 
Method Summary
 Tuple<A,B> get()
          Compute and return the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyZipValue

public LazyZipValue(Flow<A> aFlow,
                    Flow<B> bFlow)
Method Detail

get

public Tuple<A,B> get()
Description copied from interface: LazyValue
Compute and return the value.

Specified by:
get in interface LazyValue<Tuple<A,B>>


Copyright © 2003-2012 The Apache Software Foundation.