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

com.github.davidmoten.grumpy.function.Function Maven / Gradle / Ivy

package com.github.davidmoten.grumpy.function;

@FunctionalInterface
public interface Function {

    R apply(T value);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy