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 classIteratorFirstResult<T>Extracts the first value of the iterator as the result value.classMakeListResult<T>Simple ResultTranslator that converts from an Iterable to a List.classResultTranslator<F,T>Translates from one arbitrary thing to a Result of another arbitrary thing, caching the value.classResultWrapper<F,T>Wraps a Result, translating from one type to another and caching the result
-