Uses of Class
com.googlecode.objectify.util.ResultCache
-
Packages that use ResultCache Package Description com.googlecode.objectify.util -
-
Uses of ResultCache in com.googlecode.objectify.util
Subclasses of ResultCache in com.googlecode.objectify.util Modifier and Type Class Description class
IteratorFirstResult<T>
Extracts the first value of the iterator as the result value.class
MakeListResult<T>
Simple ResultTranslator that converts from an Iterable to a List.class
ResultTranslator<F,T>
Translates from one arbitrary thing to a Result of another arbitrary thing, caching the value.class
ResultWrapper<F,T>
Wraps a Result, translating from one type to another and caching the result
-