|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.func.LazyZipValue<A,B>
public class LazyZipValue<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 |
---|
public LazyZipValue(Flow<A> aFlow, Flow<B> bFlow)
Method Detail |
---|
public Tuple<A,B> get()
LazyValue
get
in interface LazyValue<Tuple<A,B>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |