org.apache.tapestry5.func
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>>
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 |
LazyZipValue
public LazyZipValue(Flow<A> aFlow,
Flow<B> bFlow)
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.