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

com.github.simy4.xpath.util.Function Maven / Gradle / Ivy

There is a newer version: 2.3.9
Show newest version
package com.github.simy4.xpath.util;

/**
 * java.util.function.Function exact copy.
 *
 * @param  function parameter type
 * @param  function return type
 * @author Alex Simkin
 * @since 1.0
 */
public interface Function {

    R apply(T t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy