Package de.florianmichael.rclasses.functional.tuple.mutable
package de.florianmichael.rclasses.functional.tuple.mutable
-
ClassesClassDescriptionMutableDecade<A,
B, C, D, E, F, G, H, I, J> Represents a mutable tuple of ten elements.MutableEnnead<A,B, C, D, E, F, G, H, I> Represents a mutable tuple of nine elements.MutableOctet<A,B, C, D, E, F, G, H> Represents a mutable tuple of eight elements.MutablePair<A,B> Represents a mutable tuple of two elements.MutableQuartet<A,B, C, D> Represents a mutable tuple of four elements.MutableQuintet<A,B, C, D, E> MutableSeptet<A,B, C, D, E, F, G> Represents a mutable tuple of seven elements.MutableSextet<A,B, C, D, E, F> Represents a mutable tuple of six elements.MutableTriplet<A,B, C> Represents a mutable tuple of three elements.