|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - keyV - valuepublic interface IQueryCalc<K,V>
A very general interface for doing any kind of queries to lazy calculations and streams.
| Method Summary | |
|---|---|
V |
get(K key,
InContexts<K> inContexts)
It is a get that will do the lazy calculation. |
V |
get(K key,
java.util.Map<K,?>... maps)
It is a get that will do the lazy calculation. |
| Method Detail |
|---|
V get(K key,
java.util.Map<K,?>... maps)
key - map - sequence of maps to do lookup in starting from the last
V get(K key,
InContexts<K> inContexts)
key - inContexts - class that contains the contexts that this is to be done in.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||