Interface StreamUtils


public interface StreamUtils
Author:
Joern Muehlencord (joern@muehlencord.de)
  • Method Details

    • singletonCollector

      default <T> Collector<T,?,T> singletonCollector()
    • getCollectorFunction

      default <T> Collector<T,?,T> getCollectorFunction(Function<List<T>,T> listTFunction)
    • getListTSingleFunction

      default <T> Function<List<T>,T> getListTSingleFunction()