Class ResultTranslator<F,​T>

    • Constructor Detail

      • ResultTranslator

        public ResultTranslator​(F from)
    • Method Detail

      • translate

        protected abstract T translate​(F from)
      • toString

        public String toString()
        We can get away with this because the subclass almost always provides concrete types
        Overrides:
        toString in class ResultCache<T>