![JAR search and dependency download from the Maven repository](/logo.png)
com.github.davidmoten.grumpy.function.Function Maven / Gradle / Ivy
package com.github.davidmoten.grumpy.function;
@FunctionalInterface
public interface Function {
R apply(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy