Package com.googlecode.objectify.util
Class ResultTranslator<F,T>
java.lang.Object
com.googlecode.objectify.util.ResultCache<T>
com.googlecode.objectify.util.ResultTranslator<F,T>
- All Implemented Interfaces:
Result<T>
,Serializable
- Direct Known Subclasses:
MakeListResult
,ResultWrapper
Translates from one arbitrary thing to a Result of another arbitrary thing, caching the value.
- Author:
- Jeff Schnitzer invalid input: '<'[email protected]>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.objectify.util.ResultCache
isExecuted, now, postExecuteHook, writeReplace
-
Constructor Details
-
ResultTranslator
-
-
Method Details
-
translate
-
nowUncached
- Specified by:
nowUncached
in classResultCache<T>
-
toString
We can get away with this because the subclass almost always provides concrete types- Overrides:
toString
in classResultCache<T>
-