Klasse MultiRightPairListCollector

java.lang.Object
de.kamillionlabs.hateoflux.utility.pair.MultiRightPairListCollector

public class MultiRightPairListCollector extends Object
Utility class providing collectors for MultiRightPairList.
  • Methodendetails

    • toMultiRightPairList

      public static <LeftT, RightT> Collector<MultiRightPair<LeftT,RightT>,?,MultiRightPairList<LeftT,RightT>> toMultiRightPairList()
      Creates a Collector that accumulates MultiRightPair elements into a MultiRightPairList.
      Typparameter:
      LeftT - the type of the left elements in the pairs
      RightT - the type of the right elements in the pairs
      Gibt zurück:
      a Collector that collects Pair elements into a PairList