
com.codepoetics.fluvius.api.functional.TripleParameterStep Maven / Gradle / Ivy
package com.codepoetics.fluvius.api.functional;
import java.io.Serializable;
/**
* A function taking three arguments.
*
* @param The type of the function's first argument.
* @param The type of the function's second argument.
* @param The type of the function's third argument.
* @param
© 2015 - 2025 Weber Informatics LLC | Privacy Policy