Package de.kamillionlabs.hateoflux.utility.pair
package de.kamillionlabs.hateoflux.utility.pair
-
KlasseBeschreibungMultiRightPair<LeftT,
RightT> Represents an immutable pair consisting of a single left value and multiple right values.MultiRightPairFlux<LeftT,RightT> Wraps aFluxofMultiRightPairobjects, providing convenient factory methods to create reactive streams of pairs.MultiRightPairFlux.Builder<LeftT>Builder class forMultiRightPairFlux.MultiRightPairList<LeftT,RightT> Utility class that associates multipleRightTvalues with a singleLeftTvalue.Utility class providing collectors forMultiRightPairList.Pair<LeftT,RightT> Represents an immutable pair of two values.PairFlux<LeftT,RightT> Wraps aFluxofPairobjects, providing convenient factory methods to create reactive streams of pairs.PairFlux.Builder<LeftT>Builder class forPairFlux.PairList<LeftT,RightT> A specialized list implementation that stores pairs of values.Utility class providing collectors forPairList.