# java-functions **Repository Path**: mirrors_vmware-archive/java-functions ## Basic Information - **Project Name**: java-functions - **Description**: Stand alone Java functions. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-20 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == Standalone Java Functions These are self contained Java functions that can be used in a variety of streaming application platforms such as Spring Cloud Data Flow, Project RIFF etc. The functions can be run as part of standalone Spring Boot applications. === Building Go to the root of the repo: ```bash ./mvnw clean package (or install) ``` Or go to the relevant function that you are interested in and then do: ```bash ./mvnw clean package ``` === Available Functions Functions are grouped by the functional interface they implement. Details are included in the following pages. - *java.util.function.Consumer* * link:consumer/README.adoc[Consumers] - *java.util.function.Function* * link:function/README.adoc[Functions] - *java.util.function.Supplier* * link:supplier/README.adoc[Suppliers]