Klasse MultiRightPairListCollector
java.lang.Object
de.kamillionlabs.hateoflux.utility.pair.MultiRightPairListCollector
Utility class providing collectors for
MultiRightPairList.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <LeftT,RightT>
Collector<MultiRightPair<LeftT, RightT>, ?, MultiRightPairList<LeftT, RightT>>
-
Methodendetails
-
toMultiRightPairList
public static <LeftT,RightT> Collector<MultiRightPair<LeftT,RightT>, toMultiRightPairList()?, MultiRightPairList<LeftT, RightT>> - Typparameter:
LeftT- the type of the left elements in the pairsRightT- the type of the right elements in the pairs- Gibt zurück:
- a Collector that collects Pair elements into a PairList
-