All Downloads are FREE. Search and download functionalities are using the official Maven repository.

collections.Bundle Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package collections;

/**
 * A record that represents a bundle of three values of different types.
 *
 * @param  the type of the first value in the bundle
 * @param  the type of the second value in the bundle
 * @param  the type of the third value in the bundle
 */
public record Bundle(A alpha, B beta, T theta) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy