com.github.underscore.Function3 Maven / Gradle / Ivy
package com.github.underscore;
public interface Function3 {
T apply(F1 arg1, F2 arg2, F3 arg3);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.underscore;
public interface Function3 {
T apply(F1 arg1, F2 arg2, F3 arg3);
}