Class FromListResolver<T,​E>

    • Constructor Detail

      • FromListResolver

        public FromListResolver()
    • Method Detail

      • allowNulls

        protected boolean allowNulls()
      • newCollection

        protected Collection<E> newCollection()
      • toResult

        protected abstract T toResult​(List<E> values)
        Must be implemented to actually transform the given list of all values to the expected result