
net.eusashead.parquet.util.Function Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-utils Show documentation
Show all versions of parquet-utils Show documentation
Parquet is a Java REST framework built on Yoke and Vert.x
The newest version!
package net.eusashead.parquet.util;
/**
* Represents a function of
* F that returns T.
* @author patrickvk
*
* @param
* @param
*/
public interface Function {
/**
* Returns object of
* type T from parameter
* of type F
* @param f of type F
* @return object of type T
*/
T apply(F f);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy