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

io.datakernel.common.tuple.TupleConstructor3 Maven / Gradle / Ivy

package io.datakernel.common.tuple;

@FunctionalInterface
public interface TupleConstructor3 {
	R create(T1 value1, T2 value2, T3 value3);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy