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

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

package io.datakernel.common.tuple;

@FunctionalInterface
public interface TupleConstructor1 {
	R create(T1 value1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy