io.datakernel.common.tuple.TupleConstructor2 Maven / Gradle / Ivy
package io.datakernel.common.tuple;
@FunctionalInterface
public interface TupleConstructor2 {
R create(T1 value1, T2 value2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy